Html Css Color HEX #DCEECE Frostee

📋 copy color: '#DCEECE'

red 220 ◦ green 238 ◦ blue 206

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

Shades of Frostee #DCEECE

Tints of Frostee #DCEECE

RGB

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

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

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

R = 33.13%
G = 35.84%
B = 31.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DCEECE (or 0xDCEECE) is known color: Frostee. HEX triplet: DC, EE and CE. RGB value is (220,238,206). Sum of RGB (Red+Green+Blue) = 220+238+206=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECE is #231131. Grayscale: #E5E5E5. Windows color (decimal): -2298162 or 13561564. OLE color: 13561564.

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

Color convert

RGB 220 238 206 -
CMYK 0.08 0 0.13 0.07
HSL 93.75º 0.48% 0.87% -
HSV(B) 93.75º 0.13% 0.93% -
XYZ 71.23 80.82 70.24 -
YUV 228.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 220 238 206 0.08 0 0.13 0.07 93.75 0.48 0.87
Hex DC EE CE 8 0 D 7 5E 30 57
Octal 334 356 316 10 0 15 7 136 60 127
Binary 11011100 11101110 11001110 1000 0 1101 111 1011110 110000 1010111

Color Harmonies of #DCEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEECE

Black with #DCEECE

Text Example


Text Example

White with #DCEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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