#CDE9DE

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

Shades of Mint Tulip #CDE9DE

Tints of Mint Tulip #CDE9DE

Color information

#CDE9DE (or 0xCDE9DE) is unknown color: approx Mint Tulip. HEX triplet: CD, E9 and DE. RGB value is (205,233,222). Sum of RGB (Red+Green+Blue) = 205+233+222=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DE is #321621. Grayscale: #DFDFDF. Windows color (decimal): -3282466 or 14608845. OLE color: 14608845.

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

Color convert

RGB205233222-
CMYK0.1200.050.09
HSL156.43º38.89%85.88%-
HSV(B)156.43º12.02%91.37%-
XYZ67.576.5380.32-
YUV223.37127.22114.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=31.06%
G=35.30%
B=33.64%

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
Decimal2052332220.1200.050.09156.4338.8985.88
HexCDE9DEC0599c2756
Octal31535133614051123447126
Binary110011011110100111011110110001011001100111001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9DE; }

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

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

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

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

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

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

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

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