#CCEADC

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

Shades of Mint Tulip #CCEADC

Tints of Mint Tulip #CCEADC

Color information

#CCEADC (or 0xCCEADC) is unknown color: approx Mint Tulip. HEX triplet: CC, EA and DC. RGB value is (204,234,220). Sum of RGB (Red+Green+Blue) = 204+234+220=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADC is #331523. Grayscale: #DFDFDF. Windows color (decimal): -3347748 or 14478028. OLE color: 14478028.

HSL color Cylindrical-coordinate representation of color #CCEADC: hue angle of 152º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEADC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB204234220-
CMYK0.1300.060.08
HSL152º41.67%85.88%-
HSV(B)152º12.82%91.76%-
XYZ67.2476.8579-
YUV223.43126.06114.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=31.00%
G=35.56%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342200.1300.060.0815241.6785.88
HexCCEADCD068982a56
Octal31435233415061023052126
Binary110011001110101011011100110101101000100110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEADC; }

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

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

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

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

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

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

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

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