Html Css Color HEX #DBE5BC Frost

📋 copy color: '#DBE5BC'

red 219 ◦ green 229 ◦ blue 188

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

Shades of Frost #DBE5BC

Tints of Frost #DBE5BC

RGB

 RED value IS 219 (85.94% from 255) = 34.43%

 GREEN value IS 229 (89.84% from 255) = 36.01%

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

R = 34.43%
G = 36.01%
B = 29.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DBE5BC (or 0xDBE5BC) is known color: Frost. HEX triplet: DB, E5 and BC. RGB value is (219,229,188). Sum of RGB (Red+Green+Blue) = 219+229+188=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5BC is #241A43. Grayscale: #DDDDDD. Windows color (decimal): -2366020 or 12379611. OLE color: 12379611.

HSL color Cylindrical-coordinate representation of color #DBE5BC: hue angle of 74.63º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE5BC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 188 -
CMYK 0.04 0 0.18 0.10
HSL 74.63º 0.44% 0.82% -
HSV(B) 74.63º 0.18% 0.9% -
XYZ 66.31 74.73 58.51 -
YUV 221.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 219 229 188 0.04 0 0.18 0.10 74.63 0.44 0.82
Hex DB E5 BC 4 0 12 A 4B 2C 52
Octal 333 345 274 4 0 22 12 113 54 122
Binary 11011011 11100101 10111100 100 0 10010 1010 1001011 101100 1010010

Color Harmonies of #DBE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5BC

Black with #DBE5BC

Text Example


Text Example

White with #DBE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5BC; }

 p { color: rgb(219,229,188); }

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

background-color css

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

 a { background-color: rgb(219,229,188); }

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

border-color css

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

 span { border-color: rgb(219,229,188); }

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