#CDE9DF

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

Shades of Mint Tulip #CDE9DF

Tints of Mint Tulip #CDE9DF

Color information

#CDE9DF (or 0xCDE9DF) is unknown color: approx Mint Tulip. HEX triplet: CD, E9 and DF. RGB value is (205,233,223). Sum of RGB (Red+Green+Blue) = 205+233+223=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DF is #321620. Grayscale: #DFDFDF. Windows color (decimal): -3282465 or 14674381. OLE color: 14674381.

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

Color convert

RGB205233223-
CMYK0.1200.040.09
HSL158.57º38.89%85.88%-
HSV(B)158.57º12.02%91.37%-
XYZ67.6476.5881.03-
YUV223.49127.72114.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=31.01%
G=35.25%
B=33.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052332230.1200.040.09158.5738.8985.88
HexCDE9DFC0499f2756
Octal31535133714041123747126
Binary110011011110100111011111110001001001100111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9DF; }

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

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

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

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

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

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

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

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