Html Css Color HEX #D9CCF4 Fog

📋 copy color: '#D9CCF4'

red 217 ◦ green 204 ◦ blue 244

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

Shades of Fog #D9CCF4

Tints of Fog #D9CCF4

RGB

 RED value IS 217 (85.16% from 255) = 32.63%

 GREEN value IS 204 (80.08% from 255) = 30.68%

 BLUE value IS 244 (95.7% from 255) = 36.69%

R = 32.63%
G = 30.68%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9CCF4 (or 0xD9CCF4) is known color: Fog. HEX triplet: D9, CC and F4. RGB value is (217,204,244). Sum of RGB (Red+Green+Blue) = 217+204+244=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9CCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCF4 is #26330B. Grayscale: #D4D4D4. Windows color (decimal): -2503436 or 16043225. OLE color: 16043225.

HSL color Cylindrical-coordinate representation of color #D9CCF4: hue angle of 259.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9CCF4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 204 244 -
CMYK 0.11 0.16 0 0.04
HSL 259.5º 0.65% 0.88% -
HSV(B) 259.5º 0.16% 0.96% -
XYZ 66.54 64.47 94.52 -
YUV 212.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 217 204 244 0.11 0.16 0 0.04 259.5 0.65 0.88
Hex D9 CC F4 B 10 0 4 104 41 58
Octal 331 314 364 13 20 0 4 404 101 130
Binary 11011001 11001100 11110100 1011 10000 0 100 100000100 1000001 1011000

Color Harmonies of #D9CCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCF4

Black with #D9CCF4

Text Example


Text Example

White with #D9CCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCF4; }

 p { color: rgb(217,204,244); }

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

background-color css

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

 a { background-color: rgb(217,204,244); }

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

border-color css

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

 span { border-color: rgb(217,204,244); }

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