Html Css Color HEX #DBE0BD Frost

📋 copy color: '#DBE0BD'

red 219 ◦ green 224 ◦ blue 189

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

Shades of Frost #DBE0BD

Tints of Frost #DBE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.91%

R = 34.65%
G = 35.44%
B = 29.91%

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

#DBE0BD (or 0xDBE0BD) is known color: Frost. HEX triplet: DB, E0 and BD. RGB value is (219,224,189). Sum of RGB (Red+Green+Blue) = 219+224+189=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BD is #241F42. Grayscale: #DADADA. Windows color (decimal): -2367299 or 12443867. OLE color: 12443867.

HSL color Cylindrical-coordinate representation of color #DBE0BD: hue angle of 68.57º degrees, saturation: 0.36, 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 #DBE0BD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 189 -
CMYK 0.02 0 0.16 0.12
HSL 68.57º 0.36% 0.81% -
HSV(B) 68.57º 0.16% 0.88% -
XYZ 65.05 72.05 58.62 -
YUV 218.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 219 224 189 0.02 0 0.16 0.12 68.57 0.36 0.81
Hex DB E0 BD 2 0 10 C 45 24 51
Octal 333 340 275 2 0 20 14 105 44 121
Binary 11011011 11100000 10111101 10 0 10000 1100 1000101 100100 1010001

Color Harmonies of #DBE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0BD

Black with #DBE0BD

Text Example


Text Example

White with #DBE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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