Html Css Color HEX #D9CCF9 Fog

📋 copy color: '#D9CCF9'

red 217 ◦ green 204 ◦ blue 249

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

Shades of Fog #D9CCF9

Tints of Fog #D9CCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 32.39%
G = 30.45%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9CCF9 (or 0xD9CCF9) is known color: Fog. HEX triplet: D9, CC and F9. RGB value is (217,204,249). Sum of RGB (Red+Green+Blue) = 217+204+249=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCF9 is #263306. Grayscale: #D4D4D4. Windows color (decimal): -2503431 or 16370905. OLE color: 16370905.

HSL color Cylindrical-coordinate representation of color #D9CCF9: hue angle of 257.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CCF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 204 249 -
CMYK 0.13 0.18 0 0.02
HSL 257.33º 0.79% 0.89% -
HSV(B) 257.33º 0.18% 0.98% -
XYZ 67.31 64.78 98.58 -
YUV 213.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 217 204 249 0.13 0.18 0 0.02 257.33 0.79 0.89
Hex D9 CC F9 D 12 0 2 101 4F 59
Octal 331 314 371 15 22 0 2 401 117 131
Binary 11011001 11001100 11111001 1101 10010 0 10 100000001 1001111 1011001

Color Harmonies of #D9CCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCF9

Black with #D9CCF9

Text Example


Text Example

White with #D9CCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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