Html Css Color HEX #DBE7BC Frost

📋 copy color: '#DBE7BC'

red 219 ◦ green 231 ◦ blue 188

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

Shades of Frost #DBE7BC

Tints of Frost #DBE7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.21%

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

R = 34.33%
G = 36.21%
B = 29.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DBE7BC (or 0xDBE7BC) is known color: Frost. HEX triplet: DB, E7 and BC. RGB value is (219,231,188). Sum of RGB (Red+Green+Blue) = 219+231+188=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7BC is #241843. Grayscale: #DEDEDE. Windows color (decimal): -2365508 or 12380123. OLE color: 12380123.

HSL color Cylindrical-coordinate representation of color #DBE7BC: hue angle of 76.74º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE7BC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 188 -
CMYK 0.05 0 0.19 0.09
HSL 76.74º 0.47% 0.82% -
HSV(B) 76.74º 0.19% 0.91% -
XYZ 66.87 75.84 58.69 -
YUV 222.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 219 231 188 0.05 0 0.19 0.09 76.74 0.47 0.82
Hex DB E7 BC 5 0 13 9 4D 2F 52
Octal 333 347 274 5 0 23 11 115 57 122
Binary 11011011 11100111 10111100 101 0 10011 1001 1001101 101111 1010010

Color Harmonies of #DBE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7BC

Black with #DBE7BC

Text Example


Text Example

White with #DBE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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