#CCE8DC

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

Shades of Mint Tulip #CCE8DC

Tints of Mint Tulip #CCE8DC

Color information

#CCE8DC (or 0xCCE8DC) is unknown color: approx Mint Tulip. HEX triplet: CC, E8 and DC. RGB value is (204,232,220). Sum of RGB (Red+Green+Blue) = 204+232+220=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8DC is #331723. Grayscale: #DEDEDE. Windows color (decimal): -3348260 or 14477516. OLE color: 14477516.

HSL color Cylindrical-coordinate representation of color #CCE8DC: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8DC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB204232220-
CMYK0.1200.050.09
HSL154.29º37.84%85.49%-
HSV(B)154.29º12.07%90.98%-
XYZ66.6875.7278.81-
YUV222.26126.72114.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=31.10%
G=35.37%
B=33.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322200.1200.050.09154.2937.8485.49
HexCCE8DCC0599a2655
Octal31435033414051123246125
Binary110011001110100011011100110001011001100110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8DC; }

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

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

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

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

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

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

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

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