#CED7C1

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

Shades of Ottoman #CED7C1

Tints of Ottoman #CED7C1

Color information

#CED7C1 (or 0xCED7C1) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C1. RGB value is (206,215,193). Sum of RGB (Red+Green+Blue) = 206+215+193=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C1 is #31283E. Grayscale: #D1D1D1. Windows color (decimal): -3221567 or 12703694. OLE color: 12703694.

HSL color Cylindrical-coordinate representation of color #CED7C1: hue angle of 84.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED7C1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB206215193-
CMYK0.0400.100.16
HSL84.55º21.57%80%-
HSV(B)84.55º10.23%84.31%-
XYZ59.3865.5759.98-
YUV209.8118.52125.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=33.55%
G=35.02%
B=31.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151930.0400.100.1684.5521.5780
HexCED7C140A10551650
Octal31632730140122012526120
Binary11001110110101111100000110001010100001010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C1; }

 p { color: rgb(206,215,193); }

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

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

 a { background-color: rgb(206,215,193); }

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

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

 span { border-color: rgb(206,215,193); }

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