Html Css Color HEX #DBE8CE Frostee

📋 copy color: '#DBE8CE'

red 219 ◦ green 232 ◦ blue 206

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

Shades of Frostee #DBE8CE

Tints of Frostee #DBE8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 33.33%
G = 35.31%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#DBE8CE (or 0xDBE8CE) is known color: Frostee. HEX triplet: DB, E8 and CE. RGB value is (219,232,206). Sum of RGB (Red+Green+Blue) = 219+232+206=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CE is #241731. Grayscale: #E1E1E1. Windows color (decimal): -2365234 or 13560027. OLE color: 13560027.

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

Color convert

RGB 219 232 206 -
CMYK 0.06 0 0.11 0.09
HSL 90º 0.36% 0.86% -
HSV(B) 90º 0.11% 0.91% -
XYZ 69.21 77.23 69.65 -
YUV 225.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 219 232 206 0.06 0 0.11 0.09 90 0.36 0.86
Hex DB E8 CE 6 0 B 9 5A 24 56
Octal 333 350 316 6 0 13 11 132 44 126
Binary 11011011 11101000 11001110 110 0 1011 1001 1011010 100100 1010110

Color Harmonies of #DBE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8CE

Black with #DBE8CE

Text Example


Text Example

White with #DBE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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