#CEDCC6

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

Shades of Ottoman #CEDCC6

Tints of Ottoman #CEDCC6

Color information

#CEDCC6 (or 0xCEDCC6) is unknown color: approx Ottoman. HEX triplet: CE, DC and C6. RGB value is (206,220,198). Sum of RGB (Red+Green+Blue) = 206+220+198=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC6 is #312339. Grayscale: #D5D5D5. Windows color (decimal): -3220282 or 13032654. OLE color: 13032654.

HSL color Cylindrical-coordinate representation of color #CEDCC6: hue angle of 98.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDCC6 is Cyan = 0.06, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB206220198-
CMYK0.0600.10.14
HSL98.18º23.91%81.96%-
HSV(B)98.18º10%86.27%-
XYZ61.2468.3963.4-
YUV213.31119.36122.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=33.01%
G=35.26%
B=31.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201980.0600.10.1498.1823.9181.96
HexCEDCC660AE621852
Octal31633430660121614230122
Binary1100111011011100110001101100101011101100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCC6; }

 p { color: rgb(206,220,198); }

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

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

 a { background-color: rgb(206,220,198); }

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

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

 span { border-color: rgb(206,220,198); }

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