#CEDB83

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

Shades of Deco #CEDB83

Tints of Deco #CEDB83

Color information

#CEDB83 (or 0xCEDB83) is unknown color: approx Deco. HEX triplet: CE, DB and 83. RGB value is (206,219,131). Sum of RGB (Red+Green+Blue) = 206+219+131=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB83 is #31247C. Grayscale: #CDCDCD. Windows color (decimal): -3220605 or 8641486. OLE color: 8641486.

HSL color Cylindrical-coordinate representation of color #CEDB83: hue angle of 68.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEDB83 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB206219131-
CMYK0.0600.400.14
HSL68.86º55%68.63%-
HSV(B)68.86º40.18%85.88%-
XYZ54.8865.4231.21-
YUV205.0886.19128.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 131 (51.56% from 255) = 23.56%
R=37.05%
G=39.39%
B=23.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191310.0600.400.1468.865568.63
HexCEDB836028E453745
Octal31633320360501610567105
Binary1100111011011011100000111100101000111010001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB83; }

 p { color: rgb(206,219,131); }

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

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

 a { background-color: rgb(206,219,131); }

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

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

 span { border-color: rgb(206,219,131); }

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