Html Css Color HEX #D9DEBC Frost

📋 copy color: '#D9DEBC'

red 217 ◦ green 222 ◦ blue 188

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

Shades of Frost #D9DEBC

Tints of Frost #D9DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.98%

R = 34.61%
G = 35.41%
B = 29.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D9DEBC (or 0xD9DEBC) is known color: Frost. HEX triplet: D9, DE and BC. RGB value is (217,222,188). Sum of RGB (Red+Green+Blue) = 217+222+188=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBC is #262143. Grayscale: #D8D8D8. Windows color (decimal): -2498884 or 12377817. OLE color: 12377817.

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

Color convert

RGB 217 222 188 -
CMYK 0.02 0 0.15 0.13
HSL 68.82º 0.34% 0.8% -
HSV(B) 68.82º 0.15% 0.87% -
XYZ 63.81 70.63 57.85 -
YUV 216.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 217 222 188 0.02 0 0.15 0.13 68.82 0.34 0.8
Hex D9 DE BC 2 0 F D 45 22 50
Octal 331 336 274 2 0 17 15 105 42 120
Binary 11011001 11011110 10111100 10 0 1111 1101 1000101 100010 1010000

Color Harmonies of #D9DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEBC

Black with #D9DEBC

Text Example


Text Example

White with #D9DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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