#CED88F

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

Shades of Deco #CED88F

Tints of Deco #CED88F

Color information

#CED88F (or 0xCED88F) is unknown color: approx Deco. HEX triplet: CE, D8 and 8F. RGB value is (206,216,143). Sum of RGB (Red+Green+Blue) = 206+216+143=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #CED88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED88F is #312770. Grayscale: #CCCCCC. Windows color (decimal): -3221361 or 9427150. OLE color: 9427150.

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

Color convert

RGB206216143-
CMYK0.0500.340.15
HSL68.22º48.34%70.39%-
HSV(B)68.22º33.8%84.71%-
XYZ54.9764.2235.48-
YUV204.6993.19128.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 143 (56.25% from 255) = 25.31%
R=36.46%
G=38.23%
B=25.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161430.0500.340.1568.2248.3470.39
HexCED88F5022F443046
Octal31633021750421710460106
Binary1100111011011000100011111010100010111110001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED88F; }

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

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

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

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

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

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

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

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