#CDDE7C

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

Shades of Deco #CDDE7C

Tints of Deco #CDDE7C

Color information

#CDDE7C (or 0xCDDE7C) is unknown color: approx Deco. HEX triplet: CD, DE and 7C. RGB value is (205,222,124). Sum of RGB (Red+Green+Blue) = 205+222+124=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE7C is #322183. Grayscale: #CECECE. Windows color (decimal): -3285380 or 8183501. OLE color: 8183501.

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

Color convert

RGB205222124-
CMYK0.0800.440.13
HSL70.41º59.76%67.84%-
HSV(B)70.41º44.14%87.06%-
XYZ54.9466.6829.04-
YUV205.7481.87127.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=37.21%
G=40.29%
B=22.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221240.0800.440.1370.4159.7667.84
HexCDDE7C802CD463c44
Octal315336174100541510674104
Binary1100110111011110111110010000101100110110001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE7C; }

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

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

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

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

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

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

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

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