#CDDD8B

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

Shades of Deco #CDDD8B

Tints of Deco #CDDD8B

Color information

#CDDD8B (or 0xCDDD8B) is unknown color: approx Deco. HEX triplet: CD, DD and 8B. RGB value is (205,221,139). Sum of RGB (Red+Green+Blue) = 205+221+139=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD8B is #322274. Grayscale: #CFCFCF. Windows color (decimal): -3285621 or 9166285. OLE color: 9166285.

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

Color convert

RGB205221139-
CMYK0.0700.370.13
HSL71.71º54.67%70.59%-
HSV(B)71.71º37.1%86.67%-
XYZ55.6966.5634.34-
YUV206.8789.7126.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 139 (54.69% from 255) = 24.60%
R=36.28%
G=39.12%
B=24.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211390.0700.370.1371.7154.6770.59
HexCDDD8B7025D483747
Octal31533521370451511067107
Binary1100110111011101100010111110100101110110010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD8B; }

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

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

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

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

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

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

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

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