#CEDCC1

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

Shades of Ottoman #CEDCC1

Tints of Ottoman #CEDCC1

Color information

#CEDCC1 (or 0xCEDCC1) is unknown color: approx Ottoman. HEX triplet: CE, DC and C1. RGB value is (206,220,193). Sum of RGB (Red+Green+Blue) = 206+220+193=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC1 is #31233E. Grayscale: #D4D4D4. Windows color (decimal): -3220287 or 12704974. OLE color: 12704974.

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

Color convert

RGB206220193-
CMYK0.0600.120.14
HSL91.11º27.84%80.98%-
HSV(B)91.11º12.27%86.27%-
XYZ60.6768.1660.41-
YUV212.74116.86123.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=33.28%
G=35.54%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201930.0600.120.1491.1127.8480.98
HexCEDCC160CE5b1c51
Octal31633430160141613334121
Binary1100111011011100110000011100110011101011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCC1; }

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

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

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

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

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

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

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

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