#CDDE7D

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

Shades of Deco #CDDE7D

Tints of Deco #CDDE7D

Color information

#CDDE7D (or 0xCDDE7D) is unknown color: approx Deco. HEX triplet: CD, DE and 7D. RGB value is (205,222,125). Sum of RGB (Red+Green+Blue) = 205+222+125=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE7D is #322182. Grayscale: #CECECE. Windows color (decimal): -3285379 or 8249037. OLE color: 8249037.

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

Color convert

RGB205222125-
CMYK0.0800.440.13
HSL70.52º59.51%68.04%-
HSV(B)70.52º43.69%87.06%-
XYZ5566.729.38-
YUV205.8682.37127.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=37.14%
G=40.22%
B=22.64%

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
Decimal2052221250.0800.440.1370.5259.5168.04
HexCDDE7D802CD473c44
Octal315336175100541510774104
Binary1100110111011110111110110000101100110110001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE7D; }

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

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

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

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

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

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

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

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