#CDEBDC

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

Shades of Mint Tulip #CDEBDC

Tints of Mint Tulip #CDEBDC

Color information

#CDEBDC (or 0xCDEBDC) is unknown color: approx Mint Tulip. HEX triplet: CD, EB and DC. RGB value is (205,235,220). Sum of RGB (Red+Green+Blue) = 205+235+220=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBDC is #321423. Grayscale: #E0E0E0. Windows color (decimal): -3281956 or 14478285. OLE color: 14478285.

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

Color convert

RGB205235220-
CMYK0.1300.060.08
HSL150º42.86%86.27%-
HSV(B)150º12.77%92.16%-
XYZ67.877.5679.11-
YUV224.32125.56114.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=31.06%
G=35.61%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352200.1300.060.0815042.8686.27
HexCDEBDCD068962b56
Octal31535333415061022653126
Binary110011011110101111011100110101101000100101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBDC; }

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

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

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

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

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

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

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

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