#CDE9DC

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

Shades of Mint Tulip #CDE9DC

Tints of Mint Tulip #CDE9DC

Color information

#CDE9DC (or 0xCDE9DC) is unknown color: approx Mint Tulip. HEX triplet: CD, E9 and DC. RGB value is (205,233,220). Sum of RGB (Red+Green+Blue) = 205+233+220=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DC is #321623. Grayscale: #DFDFDF. Windows color (decimal): -3282468 or 14477773. OLE color: 14477773.

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

Color convert

RGB205233220-
CMYK0.1200.060.09
HSL152.14º38.89%85.88%-
HSV(B)152.14º12.02%91.37%-
XYZ67.2376.4278.92-
YUV223.15126.22115.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=31.16%
G=35.41%
B=33.43%

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
Decimal2052332200.1200.060.09152.1438.8985.88
HexCDE9DCC069982756
Octal31535133414061123047126
Binary110011011110100111011100110001101001100110001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9DC; }

 p { color: rgb(205,233,220); }

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

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

 a { background-color: rgb(205,233,220); }

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

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

 span { border-color: rgb(205,233,220); }

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