#CCEADF

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

Shades of Mint Tulip #CCEADF

Tints of Mint Tulip #CCEADF

Color information

#CCEADF (or 0xCCEADF) is unknown color: approx Mint Tulip. HEX triplet: CC, EA and DF. RGB value is (204,234,223). Sum of RGB (Red+Green+Blue) = 204+234+223=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADF is #331520. Grayscale: #DFDFDF. Windows color (decimal): -3347745 or 14674636. OLE color: 14674636.

HSL color Cylindrical-coordinate representation of color #CCEADF: hue angle of 158º 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 #CCEADF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB204234223-
CMYK0.1300.050.08
HSL158º41.67%85.88%-
HSV(B)158º12.82%91.76%-
XYZ67.6477.0181.11-
YUV223.78127.56113.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=30.86%
G=35.40%
B=33.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342230.1300.050.0815841.6785.88
HexCCEADFD0589e2a56
Octal31435233715051023652126
Binary110011001110101011011111110101011000100111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEADF; }

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

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

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

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

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

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

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

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