#CED8BE

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

Shades of Ottoman #CED8BE

Tints of Ottoman #CED8BE

Color information

#CED8BE (or 0xCED8BE) is unknown color: approx Ottoman. HEX triplet: CE, D8 and BE. RGB value is (206,216,190). Sum of RGB (Red+Green+Blue) = 206+216+190=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8BE is #312741. Grayscale: #D2D2D2. Windows color (decimal): -3221314 or 12507342. OLE color: 12507342.

HSL color Cylindrical-coordinate representation of color #CED8BE: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED8BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB206216190-
CMYK0.0500.120.15
HSL83.08º25%79.61%-
HSV(B)83.08º12.04%84.71%-
XYZ59.365.9558.32-
YUV210.05116.69125.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=33.66%
G=35.29%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161900.0500.120.1583.082579.61
HexCED8BE50CF531950
Octal31633027650141712331120
Binary1100111011011000101111101010110011111010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8BE; }

 p { color: rgb(206,216,190); }

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

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

 a { background-color: rgb(206,216,190); }

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

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

 span { border-color: rgb(206,216,190); }

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