Html Css Color HEX #DBE8D2 Frostee

📋 copy color: '#DBE8D2'

red 219 ◦ green 232 ◦ blue 210

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

Shades of Frostee #DBE8D2

Tints of Frostee #DBE8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.1%

 BLUE value IS 210 (82.42% from 255) = 31.77%

R = 33.13%
G = 35.1%
B = 31.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#DBE8D2 (or 0xDBE8D2) is known color: Frostee. HEX triplet: DB, E8 and D2. RGB value is (219,232,210). Sum of RGB (Red+Green+Blue) = 219+232+210=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D2 is #24172D. Grayscale: #E1E1E1. Windows color (decimal): -2365230 or 13822171. OLE color: 13822171.

HSL color Cylindrical-coordinate representation of color #DBE8D2: hue angle of 95.45º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8D2 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 210 -
CMYK 0.06 0 0.09 0.09
HSL 95.45º 0.32% 0.87% -
HSV(B) 95.45º 0.09% 0.91% -
XYZ 69.7 77.43 72.24 -
YUV 225.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 219 232 210 0.06 0 0.09 0.09 95.45 0.32 0.87
Hex DB E8 D2 6 0 9 9 5F 20 57
Octal 333 350 322 6 0 11 11 137 40 127
Binary 11011011 11101000 11010010 110 0 1001 1001 1011111 100000 1010111

Color Harmonies of #DBE8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8D2

Black with #DBE8D2

Text Example


Text Example

White with #DBE8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8D2; }

 p { color: rgb(219,232,210); }

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

background-color css

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

 a { background-color: rgb(219,232,210); }

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

border-color css

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

 span { border-color: rgb(219,232,210); }

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