#CED2CA

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

Shades of Ottoman #CED2CA

Tints of Ottoman #CED2CA

Color information

#CED2CA (or 0xCED2CA) is unknown color: approx Ottoman. HEX triplet: CE, D2 and CA. RGB value is (206,210,202). Sum of RGB (Red+Green+Blue) = 206+210+202=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2CA is #312D35. Grayscale: #CFCFCF. Windows color (decimal): -3222838 or 13292238. OLE color: 13292238.

HSL color Cylindrical-coordinate representation of color #CED2CA: hue angle of 90º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED2CA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB206210202-
CMYK0.0200.040.18
HSL90º8.16%80.78%-
HSV(B)90º3.81%82.35%-
XYZ59.1663.4865.01-
YUV207.89124.67126.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=33.33%
G=33.98%
B=32.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062102020.0200.040.18908.1680.78
HexCED2CA204125a851
Octal3163223122042213210121
Binary11001110110100101100101010010010010101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2CA; }

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

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

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

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

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

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

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

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