#CED5C4

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

Shades of Ottoman #CED5C4

Tints of Ottoman #CED5C4

Color information

#CED5C4 (or 0xCED5C4) is unknown color: approx Ottoman. HEX triplet: CE, D5 and C4. RGB value is (206,213,196). Sum of RGB (Red+Green+Blue) = 206+213+196=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5C4 is #312A3B. Grayscale: #D1D1D1. Windows color (decimal): -3222076 or 12899790. OLE color: 12899790.

HSL color Cylindrical-coordinate representation of color #CED5C4: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED5C4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB206213196-
CMYK0.0300.080.16
HSL84.71º16.83%80.2%-
HSV(B)84.71º7.98%83.53%-
XYZ59.2164.761.59-
YUV208.97120.68125.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=33.50%
G=34.63%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131960.0300.080.1684.7116.8380.2
HexCED5C430810551150
Octal31632530430102012521120
Binary1100111011010101110001001101000100001010101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5C4; }

 p { color: rgb(206,213,196); }

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

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

 a { background-color: rgb(206,213,196); }

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

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

 span { border-color: rgb(206,213,196); }

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