Html Css Color HEX #D9DEBE Frost

📋 copy color: '#D9DEBE'

red 217 ◦ green 222 ◦ blue 190

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

Shades of Frost #D9DEBE

Tints of Frost #D9DEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.21%

R = 34.5%
G = 35.29%
B = 30.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D9DEBE (or 0xD9DEBE) is known color: Frost. HEX triplet: D9, DE and BE. RGB value is (217,222,190). Sum of RGB (Red+Green+Blue) = 217+222+190=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBE is #262141. Grayscale: #D8D8D8. Windows color (decimal): -2498882 or 12508889. OLE color: 12508889.

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

Color convert

RGB 217 222 190 -
CMYK 0.02 0 0.14 0.13
HSL 69.38º 0.33% 0.81% -
HSV(B) 69.38º 0.14% 0.87% -
XYZ 64.03 70.71 58.99 -
YUV 216.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 217 222 190 0.02 0 0.14 0.13 69.38 0.33 0.81
Hex D9 DE BE 2 0 E D 45 21 51
Octal 331 336 276 2 0 16 15 105 41 121
Binary 11011001 11011110 10111110 10 0 1110 1101 1000101 100001 1010001

Color Harmonies of #D9DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEBE

Black with #D9DEBE

Text Example


Text Example

White with #D9DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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