Html Css Color HEX #DBECC6 Frostee

📋 copy color: '#DBECC6'

red 219 ◦ green 236 ◦ blue 198

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

Shades of Frostee #DBECC6

Tints of Frostee #DBECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.14%

 BLUE value IS 198 (77.73% from 255) = 30.32%

R = 33.54%
G = 36.14%
B = 30.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DBECC6 (or 0xDBECC6) is known color: Frostee. HEX triplet: DB, EC and C6. RGB value is (219,236,198). Sum of RGB (Red+Green+Blue) = 219+236+198=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC6 is #241339. Grayscale: #E2E2E2. Windows color (decimal): -2364218 or 13036763. OLE color: 13036763.

HSL color Cylindrical-coordinate representation of color #DBECC6: hue angle of 86.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBECC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 198 -
CMYK 0.07 0 0.16 0.07
HSL 86.84º 0.5% 0.85% -
HSV(B) 86.84º 0.16% 0.93% -
XYZ 69.4 79.13 65.04 -
YUV 226.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 219 236 198 0.07 0 0.16 0.07 86.84 0.5 0.85
Hex DB EC C6 7 0 10 7 57 32 55
Octal 333 354 306 7 0 20 7 127 62 125
Binary 11011011 11101100 11000110 111 0 10000 111 1010111 110010 1010101

Color Harmonies of #DBECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECC6

Black with #DBECC6

Text Example


Text Example

White with #DBECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECC6; }

 p { color: rgb(219,236,198); }

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

background-color css

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

 a { background-color: rgb(219,236,198); }

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

border-color css

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

 span { border-color: rgb(219,236,198); }

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