#CED37D

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

Shades of Deco #CED37D

Tints of Deco #CED37D

Color information

#CED37D (or 0xCED37D) is unknown color: approx Deco. HEX triplet: CE, D3 and 7D. RGB value is (206,211,125). Sum of RGB (Red+Green+Blue) = 206+211+125=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #CED37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED37D is #312C82. Grayscale: #C8C8C8. Windows color (decimal): -3222659 or 8246222. OLE color: 8246222.

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

Color convert

RGB206211125-
CMYK0.0200.410.17
HSL63.49º49.43%65.88%-
HSV(B)63.49º40.76%82.75%-
XYZ52.4561.1928.45-
YUV199.785.84132.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 211 (82.81% from 255) = 38.93%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=38.01%
G=38.93%
B=23.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111250.0200.410.1763.4949.4365.88
HexCED37D2029113f3142
Octal3163231752051217761102
Binary11001110110100111111101100101001100011111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED37D; }

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

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

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

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

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

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

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

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