Html Css Color HEX #DBE0BC Frost

📋 copy color: '#DBE0BC'

red 219 ◦ green 224 ◦ blue 188

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

Shades of Frost #DBE0BC

Tints of Frost #DBE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.5%

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

R = 34.71%
G = 35.5%
B = 29.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#DBE0BC (or 0xDBE0BC) is known color: Frost. HEX triplet: DB, E0 and BC. RGB value is (219,224,188). Sum of RGB (Red+Green+Blue) = 219+224+188=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BC is #241F43. Grayscale: #DADADA. Windows color (decimal): -2367300 or 12378331. OLE color: 12378331.

HSL color Cylindrical-coordinate representation of color #DBE0BC: hue angle of 68.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE0BC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 188 -
CMYK 0.02 0 0.16 0.12
HSL 68.33º 0.37% 0.81% -
HSV(B) 68.33º 0.16% 0.88% -
XYZ 64.95 72 58.05 -
YUV 218.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 219 224 188 0.02 0 0.16 0.12 68.33 0.37 0.81
Hex DB E0 BC 2 0 10 C 44 25 51
Octal 333 340 274 2 0 20 14 104 45 121
Binary 11011011 11100000 10111100 10 0 10000 1100 1000100 100101 1010001

Color Harmonies of #DBE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0BC

Black with #DBE0BC

Text Example


Text Example

White with #DBE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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