#CED692

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

Shades of Deco #CED692

Tints of Deco #CED692

Color information

#CED692 (or 0xCED692) is unknown color: approx Deco. HEX triplet: CE, D6 and 92. RGB value is (206,214,146). Sum of RGB (Red+Green+Blue) = 206+214+146=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #CED692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED692 is #31296D. Grayscale: #CCCCCC. Windows color (decimal): -3221870 or 9623246. OLE color: 9623246.

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

Color convert

RGB206214146-
CMYK0.0400.320.16
HSL67.06º45.33%70.59%-
HSV(B)67.06º31.78%83.92%-
XYZ54.6963.2936.53-
YUV203.8695.35129.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 214 (83.98% from 255) = 37.81%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=36.40%
G=37.81%
B=25.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141460.0400.320.1667.0645.3370.59
HexCED692402010432d47
Octal31632622240402010355107
Binary11001110110101101001001010001000001000010000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED692; }

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

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

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

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

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

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

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

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