#CED38D

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

Shades of Deco #CED38D

Tints of Deco #CED38D

Color information

#CED38D (or 0xCED38D) is unknown color: approx Deco. HEX triplet: CE, D3 and 8D. RGB value is (206,211,141). Sum of RGB (Red+Green+Blue) = 206+211+141=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #CED38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED38D is #312C72. Grayscale: #C9C9C9. Windows color (decimal): -3222643 or 9294798. OLE color: 9294798.

HSL color Cylindrical-coordinate representation of color #CED38D: hue angle of 64.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED38D is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB206211141-
CMYK0.0200.330.17
HSL64.29º44.3%69.02%-
HSV(B)64.29º33.18%82.75%-
XYZ53.5661.6334.27-
YUV201.5293.84131.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=36.92%
G=37.81%
B=25.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111410.0200.330.1764.2944.369.02
HexCED38D202111402c45
Octal31632321520412110054105
Binary1100111011010011100011011001000011000110000001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED38D; }

 p { color: rgb(206,211,141); }

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

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

 a { background-color: rgb(206,211,141); }

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

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

 span { border-color: rgb(206,211,141); }

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