#CCE8DB

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

Shades of Mint Tulip #CCE8DB

Tints of Mint Tulip #CCE8DB

Color information

#CCE8DB (or 0xCCE8DB) is unknown color: approx Mint Tulip. HEX triplet: CC, E8 and DB. RGB value is (204,232,219). Sum of RGB (Red+Green+Blue) = 204+232+219=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8DB is #331724. Grayscale: #DEDEDE. Windows color (decimal): -3348261 or 14411980. OLE color: 14411980.

HSL color Cylindrical-coordinate representation of color #CCE8DB: hue angle of 152.14º 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 #CCE8DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB204232219-
CMYK0.1200.060.09
HSL152.14º37.84%85.49%-
HSV(B)152.14º12.07%90.98%-
XYZ66.5475.6778.12-
YUV222.15126.22115.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=31.15%
G=35.42%
B=33.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322190.1200.060.09152.1437.8485.49
HexCCE8DBC069982655
Octal31435033314061123046125
Binary110011001110100011011011110001101001100110001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8DB; }

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

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

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

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

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

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

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

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