#CED68B

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

Shades of Deco #CED68B

Tints of Deco #CED68B

Color information

#CED68B (or 0xCED68B) is unknown color: approx Deco. HEX triplet: CE, D6 and 8B. RGB value is (206,214,139). Sum of RGB (Red+Green+Blue) = 206+214+139=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CED68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED68B is #312974. Grayscale: #CBCBCB. Windows color (decimal): -3221877 or 9164494. OLE color: 9164494.

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

Color convert

RGB206214139-
CMYK0.0400.350.16
HSL66.4º47.77%69.22%-
HSV(B)66.4º35.05%83.92%-
XYZ54.1663.0833.75-
YUV203.0691.85130.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=36.85%
G=38.28%
B=24.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141390.0400.350.1666.447.7769.22
HexCED68B402310423045
Octal31632621340432010260105
Binary11001110110101101000101110001000111000010000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED68B; }

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

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

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

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

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

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

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

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