Html Css Color HEX #DBEDCC Frostee

📋 copy color: '#DBEDCC'

red 219 ◦ green 237 ◦ blue 204

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

Shades of Frostee #DBEDCC

Tints of Frostee #DBEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.91%

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

R = 33.18%
G = 35.91%
B = 30.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DBEDCC (or 0xDBEDCC) is known color: Frostee. HEX triplet: DB, ED and CC. RGB value is (219,237,204). Sum of RGB (Red+Green+Blue) = 219+237+204=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCC is #241233. Grayscale: #E3E3E3. Windows color (decimal): -2363956 or 13430235. OLE color: 13430235.

HSL color Cylindrical-coordinate representation of color #DBEDCC: hue angle of 92.73º degrees, saturation: 0.48, 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 #DBEDCC is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 204 -
CMYK 0.08 0 0.14 0.07
HSL 92.73º 0.48% 0.86% -
HSV(B) 92.73º 0.14% 0.93% -
XYZ 70.4 79.99 68.86 -
YUV 227.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 219 237 204 0.08 0 0.14 0.07 92.73 0.48 0.86
Hex DB ED CC 8 0 E 7 5D 30 56
Octal 333 355 314 10 0 16 7 135 60 126
Binary 11011011 11101101 11001100 1000 0 1110 111 1011101 110000 1010110

Color Harmonies of #DBEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDCC

Black with #DBEDCC

Text Example


Text Example

White with #DBEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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