#CDECDE

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

Shades of Mint Tulip #CDECDE

Tints of Mint Tulip #CDECDE

Color information

#CDECDE (or 0xCDECDE) is unknown color: approx Mint Tulip. HEX triplet: CD, EC and DE. RGB value is (205,236,222). Sum of RGB (Red+Green+Blue) = 205+236+222=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDE is #321321. Grayscale: #E1E1E1. Windows color (decimal): -3281698 or 14609613. OLE color: 14609613.

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

Color convert

RGB205236222-
CMYK0.1300.060.07
HSL152.9º44.93%86.47%-
HSV(B)152.9º13.14%92.55%-
XYZ68.3678.2480.61-
YUV225.13126.23113.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=30.92%
G=35.60%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362220.1300.060.07152.944.9386.47
HexCDECDED067992d56
Octal3153543361506723155126
Binary11001101111011001101111011010110111100110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECDE; }

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

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

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

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

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

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

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

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