Html Css Color HEX #DBECCC Frostee

📋 copy color: '#DBECCC'

red 219 ◦ green 236 ◦ blue 204

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

Shades of Frostee #DBECCC

Tints of Frostee #DBECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.96%

R = 33.23%
G = 35.81%
B = 30.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DBECCC (or 0xDBECCC) is known color: Frostee. HEX triplet: DB, EC and CC. RGB value is (219,236,204). Sum of RGB (Red+Green+Blue) = 219+236+204=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCC is #241333. Grayscale: #E3E3E3. Windows color (decimal): -2364212 or 13429979. OLE color: 13429979.

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

Color convert

RGB 219 236 204 -
CMYK 0.07 0 0.14 0.07
HSL 91.88º 0.46% 0.86% -
HSV(B) 91.88º 0.14% 0.93% -
XYZ 70.11 79.41 68.76 -
YUV 227.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 219 236 204 0.07 0 0.14 0.07 91.88 0.46 0.86
Hex DB EC CC 7 0 E 7 5C 2E 56
Octal 333 354 314 7 0 16 7 134 56 126
Binary 11011011 11101100 11001100 111 0 1110 111 1011100 101110 1010110

Color Harmonies of #DBECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECCC

Black with #DBECCC

Text Example


Text Example

White with #DBECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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