Html Css Color HEX #DBE2BA Frost

📋 copy color: '#DBE2BA'

red 219 ◦ green 226 ◦ blue 186

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

Shades of Frost #DBE2BA

Tints of Frost #DBE2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 34.71%
G = 35.82%
B = 29.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DBE2BA (or 0xDBE2BA) is known color: Frost. HEX triplet: DB, E2 and BA. RGB value is (219,226,186). Sum of RGB (Red+Green+Blue) = 219+226+186=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2BA is #241D45. Grayscale: #DBDBDB. Windows color (decimal): -2366790 or 12247771. OLE color: 12247771.

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

Color convert

RGB 219 226 186 -
CMYK 0.03 0 0.18 0.11
HSL 70.5º 0.41% 0.81% -
HSV(B) 70.5º 0.18% 0.89% -
XYZ 65.27 73 57.1 -
YUV 219.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 219 226 186 0.03 0 0.18 0.11 70.5 0.41 0.81
Hex DB E2 BA 3 0 12 B 46 29 51
Octal 333 342 272 3 0 22 13 106 51 121
Binary 11011011 11100010 10111010 11 0 10010 1011 1000110 101001 1010001

Color Harmonies of #DBE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2BA

Black with #DBE2BA

Text Example


Text Example

White with #DBE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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