#CDDD7E

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

Shades of Deco #CDDD7E

Tints of Deco #CDDD7E

Color information

#CDDD7E (or 0xCDDD7E) is unknown color: approx Deco. HEX triplet: CD, DD and 7E. RGB value is (205,221,126). Sum of RGB (Red+Green+Blue) = 205+221+126=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD7E is #322281. Grayscale: #CDCDCD. Windows color (decimal): -3285634 or 8314317. OLE color: 8314317.

HSL color Cylindrical-coordinate representation of color #CDDD7E: hue angle of 70.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDDD7E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB205221126-
CMYK0.0700.430.13
HSL70.11º58.28%68.04%-
HSV(B)70.11º42.99%86.67%-
XYZ54.866.229.63-
YUV205.3983.2127.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 126 (49.61% from 255) = 22.83%
R=37.14%
G=40.04%
B=22.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211260.0700.430.1370.1158.2868.04
HexCDDD7E702BD463a44
Octal31533517670531510672104
Binary110011011101110111111101110101011110110001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD7E; }

 p { color: rgb(205,221,126); }

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

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

 a { background-color: rgb(205,221,126); }

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

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

 span { border-color: rgb(205,221,126); }

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