#CDD5C2

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

Shades of Ottoman #CDD5C2

Tints of Ottoman #CDD5C2

Color information

#CDD5C2 (or 0xCDD5C2) is unknown color: approx Ottoman. HEX triplet: CD, D5 and C2. RGB value is (205,213,194). Sum of RGB (Red+Green+Blue) = 205+213+194=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5C2 is #322A3D. Grayscale: #D0D0D0. Windows color (decimal): -3287614 or 12768717. OLE color: 12768717.

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

Color convert

RGB205213194-
CMYK0.0400.090.16
HSL85.26º18.45%79.8%-
HSV(B)85.26º8.92%83.53%-
XYZ58.7164.4660.39-
YUV208.44119.85125.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=33.50%
G=34.80%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131940.0400.090.1685.2618.4579.8
HexCDD5C240910551250
Octal31532530240112012522120
Binary11001101110101011100001010001001100001010101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5C2; }

 p { color: rgb(205,213,194); }

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

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

 a { background-color: rgb(205,213,194); }

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

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

 span { border-color: rgb(205,213,194); }

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