#CCEEDE

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

Shades of Mint Tulip #CCEEDE

Tints of Mint Tulip #CCEEDE

Color information

#CCEEDE (or 0xCCEEDE) is unknown color: approx Mint Tulip. HEX triplet: CC, EE and DE. RGB value is (204,238,222). Sum of RGB (Red+Green+Blue) = 204+238+222=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDE is #331121. Grayscale: #E2E2E2. Windows color (decimal): -3346722 or 14610124. OLE color: 14610124.

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

Color convert

RGB204238222-
CMYK0.1400.070.07
HSL151.76º50%86.67%-
HSV(B)151.76º14.29%93.33%-
XYZ68.6679.2680.79-
YUV226.01125.74112.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=30.72%
G=35.84%
B=33.43%

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
Decimal2042382220.1400.070.07151.765086.67
HexCCEEDEE077983257
Octal3143563361607723062127
Binary11001100111011101101111011100111111100110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEDE; }

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

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

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

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

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

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

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

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