#CED695

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

Shades of Deco #CED695

Tints of Deco #CED695

Color information

#CED695 (or 0xCED695) is unknown color: approx Deco. HEX triplet: CE, D6 and 95. RGB value is (206,214,149). Sum of RGB (Red+Green+Blue) = 206+214+149=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CED695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED695 is #31296A. Grayscale: #CCCCCC. Windows color (decimal): -3221867 or 9819854. OLE color: 9819854.

HSL color Cylindrical-coordinate representation of color #CED695: hue angle of 67.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED695 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB206214149-
CMYK0.0400.300.16
HSL67.38º44.22%71.18%-
HSV(B)67.38º30.37%83.92%-
XYZ54.9263.3837.77-
YUV204.296.85129.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=36.20%
G=37.61%
B=26.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141490.0400.300.1667.3844.2271.18
HexCED695401E10432c47
Octal31632622540362010354107
Binary1100111011010110100101011000111101000010000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED695; }

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

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

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

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

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

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

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

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