#CED5CA

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

Shades of Ottoman #CED5CA

Tints of Ottoman #CED5CA

Color information

#CED5CA (or 0xCED5CA) is unknown color: approx Ottoman. HEX triplet: CE, D5 and CA. RGB value is (206,213,202). Sum of RGB (Red+Green+Blue) = 206+213+202=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CA is #312A35. Grayscale: #D1D1D1. Windows color (decimal): -3222070 or 13293006. OLE color: 13293006.

HSL color Cylindrical-coordinate representation of color #CED5CA: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED5CA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB206213202-
CMYK0.0300.050.16
HSL98.18º11.58%81.37%-
HSV(B)98.18º5.16%83.53%-
XYZ59.9164.9765.26-
YUV209.65123.68125.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=33.17%
G=34.30%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062132020.0300.050.1698.1811.5881.37
HexCED5CA3051062c51
Octal3163253123052014214121
Binary11001110110101011100101011010110000110001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5CA; }

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

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

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

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

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

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

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

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