Html Css Color HEX #DDDDF5 Quartz

📋 copy color: '#DDDDF5'

red 221 ◦ green 221 ◦ blue 245

#DDDDF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DDDDF5

Tints of Quartz #DDDDF5

RGB

 RED value IS 221 (86.72% from 255) = 32.17%

 GREEN value IS 221 (86.72% from 255) = 32.17%

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 32.17%
G = 32.17%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDDF5 (or 0xDDDDF5) is known color: Quartz. HEX triplet: DD, DD and F5. RGB value is (221,221,245). Sum of RGB (Red+Green+Blue) = 221+221+245=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF5 is #22220A. Grayscale: #DFDFDF. Windows color (decimal): -2236939 or 16113117. OLE color: 16113117.

HSL color Cylindrical-coordinate representation of color #DDDDF5: hue angle of 240º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDDF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 221 245 -
CMYK 0.10 0.10 0 0.04
HSL 240º 0.55% 0.91% -
HSV(B) 240º 0.1% 0.96% -
XYZ 72.16 73.68 96.8 -
YUV 223.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 221 221 245 0.10 0.10 0 0.04 240 0.55 0.91
Hex DD DD F5 A A 0 4 F0 37 5B
Octal 335 335 365 12 12 0 4 360 67 133
Binary 11011101 11011101 11110101 1010 1010 0 100 11110000 110111 1011011

Color Harmonies of #DDDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDF5

Black with #DDDDF5

Text Example


Text Example

White with #DDDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDF5; }

 p { color: rgb(221,221,245); }

 H1.HeaderClassName
 {
   color: #DDDDF5;
 }
 .AnyTagClassName
 {
   color: #DDDDF5;
 }
</style>

background-color css

<style>
 a { background-color: #DDDDF5; }

 a { background-color: rgb(221,221,245); }

 div.DivClassName
 {
   background-color: #DDDDF5;
 }
 .BgClassName
 {
   background-color: #DDDDF5;
 }
</style>

border-color css

<style>
 span { border-color: #DDDDF5; }

 span { border-color: rgb(221,221,245); }

 td.TdClassName
 {
   border-color: #DDDDF5;
 }
 .TagClassName
 {
   border-color: #DDDDF5;
 }
</style>