#CEDEC6

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

Shades of Ottoman #CEDEC6

Tints of Ottoman #CEDEC6

Color information

#CEDEC6 (or 0xCEDEC6) is unknown color: approx Ottoman. HEX triplet: CE, DE and C6. RGB value is (206,222,198). Sum of RGB (Red+Green+Blue) = 206+222+198=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC6 is #312139. Grayscale: #D6D6D6. Windows color (decimal): -3219770 or 13033166. OLE color: 13033166.

HSL color Cylindrical-coordinate representation of color #CEDEC6: hue angle of 100º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDEC6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB206222198-
CMYK0.0700.110.13
HSL100º26.67%82.35%-
HSV(B)100º10.81%87.06%-
XYZ61.7769.4463.57-
YUV214.48118.7121.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=32.91%
G=35.46%
B=31.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221980.0700.110.1310026.6782.35
HexCEDEC670BD641b52
Octal31633630670131514433122
Binary1100111011011110110001101110101111011100100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEC6; }

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

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

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

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

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

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

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

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