#CCECDF

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

Shades of Mint Tulip #CCECDF

Tints of Mint Tulip #CCECDF

Color information

#CCECDF (or 0xCCECDF) is unknown color: approx Mint Tulip. HEX triplet: CC, EC and DF. RGB value is (204,236,223). Sum of RGB (Red+Green+Blue) = 204+236+223=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDF is #331320. Grayscale: #E0E0E0. Windows color (decimal): -3347233 or 14675148. OLE color: 14675148.

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

Color convert

RGB204236223-
CMYK0.1400.060.07
HSL155.62º45.71%86.27%-
HSV(B)155.62º13.56%92.55%-
XYZ68.2278.1681.3-
YUV224.95126.9113.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=30.77%
G=35.60%
B=33.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362230.1400.060.07155.6245.7186.27
HexCCECDFE0679c2e56
Octal3143543371606723456126
Binary11001100111011001101111111100110111100111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECDF; }

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

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

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

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

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

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

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

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