#CEDEC5

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

Shades of Ottoman #CEDEC5

Tints of Ottoman #CEDEC5

Color information

#CEDEC5 (or 0xCEDEC5) is unknown color: approx Ottoman. HEX triplet: CE, DE and C5. RGB value is (206,222,197). Sum of RGB (Red+Green+Blue) = 206+222+197=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEC5 is #31213A. Grayscale: #D6D6D6. Windows color (decimal): -3219771 or 12967630. OLE color: 12967630.

HSL color Cylindrical-coordinate representation of color #CEDEC5: hue angle of 98.4º 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 #CEDEC5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB206222197-
CMYK0.0700.110.13
HSL98.4º27.47%82.16%-
HSV(B)98.4º11.26%87.06%-
XYZ61.6569.462.97-
YUV214.37118.2122.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=32.96%
G=35.52%
B=31.52%

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
Decimal2062221970.0700.110.1398.427.4782.16
HexCEDEC570BD621b52
Octal31633630570131514233122
Binary1100111011011110110001011110101111011100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEC5; }

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

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

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

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

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

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

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

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