#CEDD7E

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

Shades of Deco #CEDD7E

Tints of Deco #CEDD7E

Color information

#CEDD7E (or 0xCEDD7E) is unknown color: approx Deco. HEX triplet: CE, DD and 7E. RGB value is (206,221,126). Sum of RGB (Red+Green+Blue) = 206+221+126=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD7E is #312281. Grayscale: #CECECE. Windows color (decimal): -3220098 or 8314318. OLE color: 8314318.

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

Color convert

RGB206221126-
CMYK0.0700.430.13
HSL69.47º58.28%68.04%-
HSV(B)69.47º42.99%86.67%-
XYZ55.0866.3429.64-
YUV205.6883.03128.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=37.25%
G=39.96%
B=22.78%

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
Decimal2062211260.0700.430.1369.4758.2868.04
HexCEDD7E702BD453a44
Octal31633517670531510572104
Binary110011101101110111111101110101011110110001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD7E; }

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

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

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

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

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

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

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

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