#C9D4BB

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

Shades of Ottoman #C9D4BB

Tints of Ottoman #C9D4BB

Color information

#C9D4BB (or 0xC9D4BB) is unknown color: approx Ottoman. HEX triplet: C9, D4 and BB. RGB value is (201,212,187). Sum of RGB (Red+Green+Blue) = 201+212+187=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4BB is #362B44. Grayscale: #CDCDCD. Windows color (decimal): -3550021 or 12309705. OLE color: 12309705.

HSL color Cylindrical-coordinate representation of color #C9D4BB: hue angle of 86.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D4BB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB201212187-
CMYK0.0500.120.17
HSL86.4º22.52%78.24%-
HSV(B)86.4º11.79%83.14%-
XYZ56.663.0956.21-
YUV205.86117.36124.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=33.5%
G=35.33%
B=31.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012121870.0500.120.1786.422.5278.24
HexC9D4BB50C1156174e
Octal31132427350142112627116
Binary11001001110101001011101110101100100011010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D4BB; }

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

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

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

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

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

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

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

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