#CCEEDD

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

Shades of Mint Tulip #CCEEDD

Tints of Mint Tulip #CCEEDD

Color information

#CCEEDD (or 0xCCEEDD) is unknown color: approx Mint Tulip. HEX triplet: CC, EE and DD. RGB value is (204,238,221). Sum of RGB (Red+Green+Blue) = 204+238+221=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDD is #331122. Grayscale: #E1E1E1. Windows color (decimal): -3346723 or 14544588. OLE color: 14544588.

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

Color convert

RGB204238221-
CMYK0.1400.070.07
HSL150º50%86.67%-
HSV(B)150º14.29%93.33%-
XYZ68.5379.2180.08-
YUV225.9125.24112.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 238 (93.36% from 255) = 35.90%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=30.77%
G=35.90%
B=33.33%

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
Decimal2042382210.1400.070.071505086.67
HexCCEEDDE077963257
Octal3143563351607722662127
Binary11001100111011101101110111100111111100101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEDD; }

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

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

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

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

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

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

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

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