Html Css Color HEX #DBEACE Frostee

📋 copy color: '#DBEACE'

red 219 ◦ green 234 ◦ blue 206

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

Shades of Frostee #DBEACE

Tints of Frostee #DBEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.51%

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

R = 33.23%
G = 35.51%
B = 31.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#DBEACE (or 0xDBEACE) is known color: Frostee. HEX triplet: DB, EA and CE. RGB value is (219,234,206). Sum of RGB (Red+Green+Blue) = 219+234+206=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACE is #241531. Grayscale: #E2E2E2. Windows color (decimal): -2364722 or 13560539. OLE color: 13560539.

HSL color Cylindrical-coordinate representation of color #DBEACE: hue angle of 92.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEACE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 206 -
CMYK 0.06 0 0.12 0.08
HSL 92.14º 0.4% 0.86% -
HSV(B) 92.14º 0.12% 0.92% -
XYZ 69.78 78.36 69.84 -
YUV 226.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 219 234 206 0.06 0 0.12 0.08 92.14 0.4 0.86
Hex DB EA CE 6 0 C 8 5C 28 56
Octal 333 352 316 6 0 14 10 134 50 126
Binary 11011011 11101010 11001110 110 0 1100 1000 1011100 101000 1010110

Color Harmonies of #DBEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEACE

Black with #DBEACE

Text Example


Text Example

White with #DBEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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