#CED889

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

Shades of Deco #CED889

Tints of Deco #CED889

Color information

#CED889 (or 0xCED889) is unknown color: approx Deco. HEX triplet: CE, D8 and 89. RGB value is (206,216,137). Sum of RGB (Red+Green+Blue) = 206+216+137=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CED889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED889 is #312776. Grayscale: #CCCCCC. Windows color (decimal): -3221367 or 9033934. OLE color: 9033934.

HSL color Cylindrical-coordinate representation of color #CED889: hue angle of 67.59º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CED889 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB206216137-
CMYK0.0500.370.15
HSL67.59º50.32%69.22%-
HSV(B)67.59º36.57%84.71%-
XYZ54.5264.0433.15-
YUV20490.19129.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=36.85%
G=38.64%
B=24.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161370.0500.370.1567.5950.3269.22
HexCED8895025F443245
Octal31633021150451710462105
Binary1100111011011000100010011010100101111110001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED889; }

 p { color: rgb(206,216,137); }

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

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

 a { background-color: rgb(206,216,137); }

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

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

 span { border-color: rgb(206,216,137); }

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