#CEDCC7

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

Shades of Ottoman #CEDCC7

Tints of Ottoman #CEDCC7

Color information

#CEDCC7 (or 0xCEDCC7) is unknown color: approx Ottoman. HEX triplet: CE, DC and C7. RGB value is (206,220,199). Sum of RGB (Red+Green+Blue) = 206+220+199=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC7 is #312338. Grayscale: #D5D5D5. Windows color (decimal): -3220281 or 13098190. OLE color: 13098190.

HSL color Cylindrical-coordinate representation of color #CEDCC7: hue angle of 100º degrees, saturation: 0.23, 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 #CEDCC7 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB206220199-
CMYK0.0600.100.14
HSL100º23.08%82.16%-
HSV(B)100º9.55%86.27%-
XYZ61.3668.4364.01-
YUV213.42119.86122.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=32.96%
G=35.2%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201990.0600.100.1410023.0882.16
HexCEDCC760AE641752
Octal31633430760121614427122
Binary1100111011011100110001111100101011101100100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCC7; }

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

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

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

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

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

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

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

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