#CED38F

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

Shades of Deco #CED38F

Tints of Deco #CED38F

Color information

#CED38F (or 0xCED38F) is unknown color: approx Deco. HEX triplet: CE, D3 and 8F. RGB value is (206,211,143). Sum of RGB (Red+Green+Blue) = 206+211+143=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #CED38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED38F is #312C70. Grayscale: #CACACA. Windows color (decimal): -3222641 or 9425870. OLE color: 9425870.

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

Color convert

RGB206211143-
CMYK0.0200.320.17
HSL64.41º43.59%69.41%-
HSV(B)64.41º32.23%82.75%-
XYZ53.7161.6935.06-
YUV201.7594.84131.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 143 (56.25% from 255) = 25.54%
R=36.79%
G=37.68%
B=25.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111430.0200.320.1764.4143.5969.41
HexCED38F202011402c45
Octal31632321720402110054105
Binary1100111011010011100011111001000001000110000001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED38F; }

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

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

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

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

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

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

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

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