#CDEADE

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

Shades of Mint Tulip #CDEADE

Tints of Mint Tulip #CDEADE

Color information

#CDEADE (or 0xCDEADE) is unknown color: approx Mint Tulip. HEX triplet: CD, EA and DE. RGB value is (205,234,222). Sum of RGB (Red+Green+Blue) = 205+234+222=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEADE is #321521. Grayscale: #DFDFDF. Windows color (decimal): -3282210 or 14609101. OLE color: 14609101.

HSL color Cylindrical-coordinate representation of color #CDEADE: hue angle of 155.17º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEADE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB205234222-
CMYK0.1200.050.08
HSL155.17º40.85%86.08%-
HSV(B)155.17º12.39%91.76%-
XYZ67.7877.180.42-
YUV223.96126.89114.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=31.01%
G=35.40%
B=33.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342220.1200.050.08155.1740.8586.08
HexCDEADEC0589b2956
Octal31535233614051023351126
Binary110011011110101011011110110001011000100110111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEADE; }

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

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

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

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

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

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

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

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