Html Css Color HEX #DBE2BE Frost

📋 copy color: '#DBE2BE'

red 219 ◦ green 226 ◦ blue 190

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

Shades of Frost #DBE2BE

Tints of Frost #DBE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

 BLUE value IS 190 (74.61% from 255) = 29.92%

R = 34.49%
G = 35.59%
B = 29.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DBE2BE (or 0xDBE2BE) is known color: Frost. HEX triplet: DB, E2 and BE. RGB value is (219,226,190). Sum of RGB (Red+Green+Blue) = 219+226+190=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2BE is #241D41. Grayscale: #DBDBDB. Windows color (decimal): -2366786 or 12509915. OLE color: 12509915.

HSL color Cylindrical-coordinate representation of color #DBE2BE: hue angle of 71.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE2BE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 190 -
CMYK 0.03 0 0.16 0.11
HSL 71.67º 0.38% 0.82% -
HSV(B) 71.67º 0.16% 0.89% -
XYZ 65.7 73.17 59.38 -
YUV 219.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 219 226 190 0.03 0 0.16 0.11 71.67 0.38 0.82
Hex DB E2 BE 3 0 10 B 48 26 52
Octal 333 342 276 3 0 20 13 110 46 122
Binary 11011011 11100010 10111110 11 0 10000 1011 1001000 100110 1010010

Color Harmonies of #DBE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2BE

Black with #DBE2BE

Text Example


Text Example

White with #DBE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2BE; }

 p { color: rgb(219,226,190); }

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

background-color css

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

 a { background-color: rgb(219,226,190); }

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

border-color css

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

 span { border-color: rgb(219,226,190); }

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