#CED295

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

Shades of Deco #CED295

Tints of Deco #CED295

Color information

#CED295 (or 0xCED295) is unknown color: approx Deco. HEX triplet: CE, D2 and 95. RGB value is (206,210,149). Sum of RGB (Red+Green+Blue) = 206+210+149=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #CED295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED295 is #312D6A. Grayscale: #CACACA. Windows color (decimal): -3222891 or 9818830. OLE color: 9818830.

HSL color Cylindrical-coordinate representation of color #CED295: hue angle of 63.93º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED295 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB206210149-
CMYK0.0200.290.18
HSL63.93º40.4%70.39%-
HSV(B)63.93º29.05%82.35%-
XYZ53.9361.3837.44-
YUV201.8598.17130.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=36.46%
G=37.17%
B=26.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101490.0200.290.1863.9340.470.39
HexCED295201D12402846
Octal31632222520352210050106
Binary110011101101001010010101100111011001010000001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED295; }

 p { color: rgb(206,210,149); }

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

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

 a { background-color: rgb(206,210,149); }

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

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

 span { border-color: rgb(206,210,149); }

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