#C9D5BB

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

Shades of Ottoman #C9D5BB

Tints of Ottoman #C9D5BB

Color information

#C9D5BB (or 0xC9D5BB) is unknown color: approx Ottoman. HEX triplet: C9, D5 and BB. RGB value is (201,213,187). Sum of RGB (Red+Green+Blue) = 201+213+187=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5BB is #362A44. Grayscale: #CECECE. Windows color (decimal): -3549765 or 12309961. OLE color: 12309961.

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

Color convert

RGB201213187-
CMYK0.0600.120.16
HSL87.69º23.64%78.43%-
HSV(B)87.69º12.21%83.53%-
XYZ56.8563.5956.29-
YUV206.45117.02124.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=33.44%
G=35.44%
B=31.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131870.0600.120.1687.6923.6478.43
HexC9D5BB60C1058184e
Octal31132527360142013030116
Binary11001001110101011011101111001100100001011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5BB; }

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

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

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

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

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

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

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

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