Html Css Color HEX #DCEECC Frostee

📋 copy color: '#DCEECC'

red 220 ◦ green 238 ◦ blue 204

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

Shades of Frostee #DCEECC

Tints of Frostee #DCEECC

RGB

 RED value IS 220 (86.33% from 255) = 33.23%

 GREEN value IS 238 (93.36% from 255) = 35.95%

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

R = 33.23%
G = 35.95%
B = 30.82%

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

#DCEECC (or 0xDCEECC) is known color: Frostee. HEX triplet: DC, EE and CC. RGB value is (220,238,204). Sum of RGB (Red+Green+Blue) = 220+238+204=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECC is #231133. Grayscale: #E4E4E4. Windows color (decimal): -2298164 or 13430492. OLE color: 13430492.

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

Color convert

RGB 220 238 204 -
CMYK 0.08 0 0.14 0.07
HSL 91.76º 0.5% 0.87% -
HSV(B) 91.76º 0.14% 0.93% -
XYZ 70.99 80.72 68.97 -
YUV 228.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 220 238 204 0.08 0 0.14 0.07 91.76 0.5 0.87
Hex DC EE CC 8 0 E 7 5C 32 57
Octal 334 356 314 10 0 16 7 134 62 127
Binary 11011100 11101110 11001100 1000 0 1110 111 1011100 110010 1010111

Color Harmonies of #DCEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEECC

Black with #DCEECC

Text Example


Text Example

White with #DCEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEECC; }

 p { color: rgb(220,238,204); }

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

background-color css

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

 a { background-color: rgb(220,238,204); }

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

border-color css

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

 span { border-color: rgb(220,238,204); }

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