Html Css Color HEX #D9DEBB Frost

📋 copy color: '#D9DEBB'

red 217 ◦ green 222 ◦ blue 187

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

Shades of Frost #D9DEBB

Tints of Frost #D9DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.46%

 BLUE value IS 187 (73.44% from 255) = 29.87%

R = 34.66%
G = 35.46%
B = 29.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D9DEBB (or 0xD9DEBB) is known color: Frost. HEX triplet: D9, DE and BB. RGB value is (217,222,187). Sum of RGB (Red+Green+Blue) = 217+222+187=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBB is #262144. Grayscale: #D8D8D8. Windows color (decimal): -2498885 or 12312281. OLE color: 12312281.

HSL color Cylindrical-coordinate representation of color #D9DEBB: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9DEBB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 187 -
CMYK 0.02 0 0.16 0.13
HSL 68.57º 0.35% 0.8% -
HSV(B) 68.57º 0.16% 0.87% -
XYZ 63.71 70.58 57.28 -
YUV 216.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 217 222 187 0.02 0 0.16 0.13 68.57 0.35 0.8
Hex D9 DE BB 2 0 10 D 45 23 50
Octal 331 336 273 2 0 20 15 105 43 120
Binary 11011001 11011110 10111011 10 0 10000 1101 1000101 100011 1010000

Color Harmonies of #D9DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEBB

Black with #D9DEBB

Text Example


Text Example

White with #D9DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEBB; }

 p { color: rgb(217,222,187); }

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

background-color css

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

 a { background-color: rgb(217,222,187); }

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

border-color css

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

 span { border-color: rgb(217,222,187); }

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