#CED7CA

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

Shades of Ottoman #CED7CA

Tints of Ottoman #CED7CA

Color information

#CED7CA (or 0xCED7CA) is unknown color: approx Ottoman. HEX triplet: CE, D7 and CA. RGB value is (206,215,202). Sum of RGB (Red+Green+Blue) = 206+215+202=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7CA is #312835. Grayscale: #D2D2D2. Windows color (decimal): -3221558 or 13293518. OLE color: 13293518.

HSL color Cylindrical-coordinate representation of color #CED7CA: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED7CA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB206215202-
CMYK0.0400.060.16
HSL101.54º13.98%81.76%-
HSV(B)101.54º6.05%84.31%-
XYZ60.4165.9965.43-
YUV210.83123.02124.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=33.07%
G=34.51%
B=32.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062152020.0400.060.16101.5413.9881.76
HexCED7CA4061066e52
Octal3163273124062014616122
Binary110011101101011111001010100011010000110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7CA; }

 p { color: rgb(206,215,202); }

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

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

 a { background-color: rgb(206,215,202); }

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

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

 span { border-color: rgb(206,215,202); }

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