#CDEADF

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

Shades of Mint Tulip #CDEADF

Tints of Mint Tulip #CDEADF

Color information

#CDEADF (or 0xCDEADF) is unknown color: approx Mint Tulip. HEX triplet: CD, EA and DF. RGB value is (205,234,223). Sum of RGB (Red+Green+Blue) = 205+234+223=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEADF is #321520. Grayscale: #E0E0E0. Windows color (decimal): -3282209 or 14674637. OLE color: 14674637.

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

Color convert

RGB205234223-
CMYK0.1200.050.08
HSL157.24º40.85%86.08%-
HSV(B)157.24º12.39%91.76%-
XYZ67.9277.1581.12-
YUV224.08127.39114.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=30.97%
G=35.35%
B=33.69%

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
Decimal2052342230.1200.050.08157.2440.8586.08
HexCDEADFC0589d2956
Octal31535233714051023551126
Binary110011011110101011011111110001011000100111011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEADF; }

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

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

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

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

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

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

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

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