#CEDDC2

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

Shades of Ottoman #CEDDC2

Tints of Ottoman #CEDDC2

Color information

#CEDDC2 (or 0xCEDDC2) is unknown color: approx Ottoman. HEX triplet: CE, DD and C2. RGB value is (206,221,194). Sum of RGB (Red+Green+Blue) = 206+221+194=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC2 is #31223D. Grayscale: #D5D5D5. Windows color (decimal): -3220030 or 12770766. OLE color: 12770766.

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

Color convert

RGB206221194-
CMYK0.0700.120.13
HSL93.33º28.42%81.37%-
HSV(B)93.33º12.22%86.67%-
XYZ61.0568.7361.09-
YUV213.44117.03122.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=33.17%
G=35.59%
B=31.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211940.0700.120.1393.3328.4281.37
HexCEDDC270CD5d1c51
Octal31633530270141513534121
Binary1100111011011101110000101110110011011011101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDC2; }

 p { color: rgb(206,221,194); }

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

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

 a { background-color: rgb(206,221,194); }

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

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

 span { border-color: rgb(206,221,194); }

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