#CCEDDD

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

Shades of Mint Tulip #CCEDDD

Tints of Mint Tulip #CCEDDD

Color information

#CCEDDD (or 0xCCEDDD) is unknown color: approx Mint Tulip. HEX triplet: CC, ED and DD. RGB value is (204,237,221). Sum of RGB (Red+Green+Blue) = 204+237+221=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDD is #331222. Grayscale: #E1E1E1. Windows color (decimal): -3346979 or 14544332. OLE color: 14544332.

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

Color convert

RGB204237221-
CMYK0.1400.070.07
HSL150.91º47.83%86.47%-
HSV(B)150.91º13.92%92.94%-
XYZ68.2478.6379.99-
YUV225.31125.57112.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=30.82%
G=35.80%
B=33.38%

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
Decimal2042372210.1400.070.07150.9147.8386.47
HexCCEDDDE077973056
Octal3143553351607722760126
Binary11001100111011011101110111100111111100101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDDD; }

 p { color: rgb(204,237,221); }

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

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

 a { background-color: rgb(204,237,221); }

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

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

 span { border-color: rgb(204,237,221); }

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