Html Css Color HEX #DBE0BB Frost

📋 copy color: '#DBE0BB'

red 219 ◦ green 224 ◦ blue 187

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

Shades of Frost #DBE0BB

Tints of Frost #DBE0BB

RGB

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

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

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

R = 34.76%
G = 35.56%
B = 29.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DBE0BB (or 0xDBE0BB) is known color: Frost. HEX triplet: DB, E0 and BB. RGB value is (219,224,187). Sum of RGB (Red+Green+Blue) = 219+224+187=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BB is #241F44. Grayscale: #DADADA. Windows color (decimal): -2367301 or 12312795. OLE color: 12312795.

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

Color convert

RGB 219 224 187 -
CMYK 0.02 0 0.17 0.12
HSL 68.11º 0.37% 0.81% -
HSV(B) 68.11º 0.17% 0.88% -
XYZ 64.84 71.96 57.49 -
YUV 218.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 219 224 187 0.02 0 0.17 0.12 68.11 0.37 0.81
Hex DB E0 BB 2 0 11 C 44 25 51
Octal 333 340 273 2 0 21 14 104 45 121
Binary 11011011 11100000 10111011 10 0 10001 1100 1000100 100101 1010001

Color Harmonies of #DBE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0BB

Black with #DBE0BB

Text Example


Text Example

White with #DBE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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