#CEDCBC

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

Shades of Ottoman #CEDCBC

Tints of Ottoman #CEDCBC

Color information

#CEDCBC (or 0xCEDCBC) is unknown color: approx Ottoman. HEX triplet: CE, DC and BC. RGB value is (206,220,188). Sum of RGB (Red+Green+Blue) = 206+220+188=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCBC is #312343. Grayscale: #D4D4D4. Windows color (decimal): -3220292 or 12377294. OLE color: 12377294.

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

Color convert

RGB206220188-
CMYK0.0600.150.14
HSL86.25º31.37%80%-
HSV(B)86.25º14.55%86.27%-
XYZ60.1267.9457.52-
YUV212.17114.36123.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=33.55%
G=35.83%
B=30.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201880.0600.150.1486.2531.3780
HexCEDCBC60FE561f50
Octal31633427460171612637120
Binary1100111011011100101111001100111111101010110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCBC; }

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

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

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

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

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

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

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

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