#CDDB7E

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

Shades of Deco #CDDB7E

Tints of Deco #CDDB7E

Color information

#CDDB7E (or 0xCDDB7E) is unknown color: approx Deco. HEX triplet: CD, DB and 7E. RGB value is (205,219,126). Sum of RGB (Red+Green+Blue) = 205+219+126=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB7E is #322481. Grayscale: #CCCCCC. Windows color (decimal): -3286146 or 8313805. OLE color: 8313805.

HSL color Cylindrical-coordinate representation of color #CDDB7E: hue angle of 69.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDB7E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB205219126-
CMYK0.0600.420.14
HSL69.03º56.36%67.65%-
HSV(B)69.03º42.47%85.88%-
XYZ54.2765.1529.45-
YUV204.2183.86128.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 126 (49.61% from 255) = 22.91%
R=37.27%
G=39.82%
B=22.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191260.0600.420.1469.0356.3667.65
HexCDDB7E602AE453844
Octal31533317660521610570104
Binary110011011101101111111101100101010111010001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB7E; }

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

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

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

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

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

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

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

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