Html Css Color HEX #D9DBCA Frost

📋 copy color: '#D9DBCA'

red 217 ◦ green 219 ◦ blue 202

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

Shades of Frost #D9DBCA

Tints of Frost #D9DBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 34.01%
G = 34.33%
B = 31.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D9DBCA (or 0xD9DBCA) is known color: Frost. HEX triplet: D9, DB and CA. RGB value is (217,219,202). Sum of RGB (Red+Green+Blue) = 217+219+202=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBCA is #262435. Grayscale: #D8D8D8. Windows color (decimal): -2499638 or 13294553. OLE color: 13294553.

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

Color convert

RGB 217 219 202 -
CMYK 0.01 0 0.08 0.14
HSL 67.06º 0.19% 0.83% -
HSV(B) 67.06º 0.08% 0.86% -
XYZ 64.61 69.68 65.92 -
YUV 216.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 217 219 202 0.01 0 0.08 0.14 67.06 0.19 0.83
Hex D9 DB CA 1 0 8 E 43 13 53
Octal 331 333 312 1 0 10 16 103 23 123
Binary 11011001 11011011 11001010 1 0 1000 1110 1000011 10011 1010011

Color Harmonies of #D9DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBCA

Black with #D9DBCA

Text Example


Text Example

White with #D9DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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