Html Css Color HEX #D9CCFC Fog

📋 copy color: '#D9CCFC'

red 217 ◦ green 204 ◦ blue 252

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

Shades of Fog #D9CCFC

Tints of Fog #D9CCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.44%

R = 32.24%
G = 30.31%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9CCFC (or 0xD9CCFC) is known color: Fog. HEX triplet: D9, CC and FC. RGB value is (217,204,252). Sum of RGB (Red+Green+Blue) = 217+204+252=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFC is #263303. Grayscale: #D5D5D5. Windows color (decimal): -2503428 or 16567513. OLE color: 16567513.

HSL color Cylindrical-coordinate representation of color #D9CCFC: hue angle of 256.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CCFC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 204 252 -
CMYK 0.14 0.19 0 0.01
HSL 256.25º 0.89% 0.89% -
HSV(B) 256.25º 0.19% 0.99% -
XYZ 67.78 64.97 101.06 -
YUV 213.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 217 204 252 0.14 0.19 0 0.01 256.25 0.89 0.89
Hex D9 CC FC E 13 0 1 100 59 59
Octal 331 314 374 16 23 0 1 400 131 131
Binary 11011001 11001100 11111100 1110 10011 0 1 100000000 1011001 1011001

Color Harmonies of #D9CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCFC

Black with #D9CCFC

Text Example


Text Example

White with #D9CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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