#CCECDC

Color #CCECDC Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #CCECDC

Tints of Mint Tulip #CCECDC

Color information

#CCECDC (or 0xCCECDC) is unknown color: approx Mint Tulip. HEX triplet: CC, EC and DC. RGB value is (204,236,220). Sum of RGB (Red+Green+Blue) = 204+236+220=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDC is #331323. Grayscale: #E0E0E0. Windows color (decimal): -3347236 or 14478540. OLE color: 14478540.

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

Color convert

RGB204236220-
CMYK0.1400.070.07
HSL150º45.71%86.27%-
HSV(B)150º13.56%92.55%-
XYZ67.827879.19-
YUV224.61125.4113.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=30.91%
G=35.76%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362200.1400.070.0715045.7186.27
HexCCECDCE077962e56
Octal3143543341607722656126
Binary11001100111011001101110011100111111100101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECDC; }

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

 H1.HeaderClassName
 {
   color: #CCECDC;
 }
 .AnyTagClassName
 {
   color: #CCECDC;
 }
</style>
background-color css

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

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

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

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

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

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