Html Css Color HEX #DBE2B9 Frost

📋 copy color: '#DBE2B9'

red 219 ◦ green 226 ◦ blue 185

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

Shades of Frost #DBE2B9

Tints of Frost #DBE2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.37%

R = 34.76%
G = 35.87%
B = 29.37%

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

#DBE2B9 (or 0xDBE2B9) is known color: Frost. HEX triplet: DB, E2 and B9. RGB value is (219,226,185). Sum of RGB (Red+Green+Blue) = 219+226+185=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2B9 is #241D46. Grayscale: #DBDBDB. Windows color (decimal): -2366791 or 12182235. OLE color: 12182235.

HSL color Cylindrical-coordinate representation of color #DBE2B9: hue angle of 70.24º 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 #DBE2B9 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 185 -
CMYK 0.03 0 0.18 0.11
HSL 70.24º 0.41% 0.81% -
HSV(B) 70.24º 0.18% 0.89% -
XYZ 65.17 72.96 56.55 -
YUV 219.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 219 226 185 0.03 0 0.18 0.11 70.24 0.41 0.81
Hex DB E2 B9 3 0 12 B 46 29 51
Octal 333 342 271 3 0 22 13 106 51 121
Binary 11011011 11100010 10111001 11 0 10010 1011 1000110 101001 1010001

Color Harmonies of #DBE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2B9

Black with #DBE2B9

Text Example


Text Example

White with #DBE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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