Html Css Color HEX #D9DBCC Frost

📋 copy color: '#D9DBCC'

red 217 ◦ green 219 ◦ blue 204

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

Shades of Frost #D9DBCC

Tints of Frost #D9DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 33.91%
G = 34.22%
B = 31.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D9DBCC (or 0xD9DBCC) is known color: Frost. HEX triplet: D9, DB and CC. RGB value is (217,219,204). Sum of RGB (Red+Green+Blue) = 217+219+204=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBCC is #262433. Grayscale: #D8D8D8. Windows color (decimal): -2499636 or 13425625. OLE color: 13425625.

HSL color Cylindrical-coordinate representation of color #D9DBCC: hue angle of 68º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DBCC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 204 -
CMYK 0.01 0 0.07 0.14
HSL 68º 0.17% 0.83% -
HSV(B) 68º 0.07% 0.86% -
XYZ 64.85 69.77 67.18 -
YUV 216.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 217 219 204 0.01 0 0.07 0.14 68 0.17 0.83
Hex D9 DB CC 1 0 7 E 44 11 53
Octal 331 333 314 1 0 7 16 104 21 123
Binary 11011001 11011011 11001100 1 0 111 1110 1000100 10001 1010011

Color Harmonies of #D9DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBCC

Black with #D9DBCC

Text Example


Text Example

White with #D9DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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