#C9D5BD

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

Shades of Ottoman #C9D5BD

Tints of Ottoman #C9D5BD

Color information

#C9D5BD (or 0xC9D5BD) is unknown color: approx Ottoman. HEX triplet: C9, D5 and BD. RGB value is (201,213,189). Sum of RGB (Red+Green+Blue) = 201+213+189=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BD is #362A42. Grayscale: #CECECE. Windows color (decimal): -3549763 or 12441033. OLE color: 12441033.

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

Color convert

RGB201213189-
CMYK0.0600.110.16
HSL90º22.22%78.82%-
HSV(B)90º11.27%83.53%-
XYZ57.0763.6857.43-
YUV206.68118.02123.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=33.33%
G=35.32%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131890.0600.110.169022.2278.82
HexC9D5BD60B105a164f
Octal31132527560132013226117
Binary11001001110101011011110111001011100001011010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5BD; }

 p { color: rgb(201,213,189); }

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

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

 a { background-color: rgb(201,213,189); }

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

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

 span { border-color: rgb(201,213,189); }

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