#CCEDDC

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

Shades of Mint Tulip #CCEDDC

Tints of Mint Tulip #CCEDDC

Color information

#CCEDDC (or 0xCCEDDC) is unknown color: approx Mint Tulip. HEX triplet: CC, ED and DC. RGB value is (204,237,220). Sum of RGB (Red+Green+Blue) = 204+237+220=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDC is #331223. Grayscale: #E1E1E1. Windows color (decimal): -3346980 or 14478796. OLE color: 14478796.

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

Color convert

RGB204237220-
CMYK0.1400.070.07
HSL149.09º47.83%86.47%-
HSV(B)149.09º13.92%92.94%-
XYZ68.178.5779.29-
YUV225.2125.07112.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=30.86%
G=35.85%
B=33.28%

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
Decimal2042372200.1400.070.07149.0947.8386.47
HexCCEDDCE077953056
Octal3143553341607722560126
Binary11001100111011011101110011100111111100101011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDDC; }

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

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

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

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

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

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

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

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