Html Css Color HEX #D7DEBB Frost

📋 copy color: '#D7DEBB'

red 215 ◦ green 222 ◦ blue 187

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

Shades of Frost #D7DEBB

Tints of Frost #D7DEBB

RGB

 RED value IS 215 (84.38% from 255) = 34.46%

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

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

R = 34.46%
G = 35.58%
B = 29.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D7DEBB (or 0xD7DEBB) is known color: Frost. HEX triplet: D7, DE and BB. RGB value is (215,222,187). Sum of RGB (Red+Green+Blue) = 215+222+187=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEBB is #282144. Grayscale: #D8D8D8. Windows color (decimal): -2629957 or 12312279. OLE color: 12312279.

HSL color Cylindrical-coordinate representation of color #D7DEBB: hue angle of 72º 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 #D7DEBB is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 187 -
CMYK 0.03 0 0.16 0.13
HSL 72º 0.35% 0.8% -
HSV(B) 72º 0.16% 0.87% -
XYZ 63.12 70.28 57.25 -
YUV 215.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 215 222 187 0.03 0 0.16 0.13 72 0.35 0.8
Hex D7 DE BB 3 0 10 D 48 23 50
Octal 327 336 273 3 0 20 15 110 43 120
Binary 11010111 11011110 10111011 11 0 10000 1101 1001000 100011 1010000

Color Harmonies of #D7DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEBB

Black with #D7DEBB

Text Example


Text Example

White with #D7DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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