#C9DFB3

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

Shades of Ottoman #C9DFB3

Tints of Ottoman #C9DFB3

Color information

#C9DFB3 (or 0xC9DFB3) is unknown color: approx Ottoman. HEX triplet: C9, DF and B3. RGB value is (201,223,179). Sum of RGB (Red+Green+Blue) = 201+223+179=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFB3 is #36204C. Grayscale: #D3D3D3. Windows color (decimal): -3547213 or 11788233. OLE color: 11788233.

HSL color Cylindrical-coordinate representation of color #C9DFB3: hue angle of 90º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DFB3 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB201223179-
CMYK0.1000.200.13
HSL90º40.74%78.82%-
HSV(B)90º19.73%87.45%-
XYZ58.6168.4552.77-
YUV211.41109.71120.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=33.33%
G=36.98%
B=29.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012231790.1000.200.139040.7478.82
HexC9DFB3A014D5a294f
Octal311337263120241513251117
Binary1100100111011111101100111010010100110110110101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFB3; }

 p { color: rgb(201,223,179); }

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

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

 a { background-color: rgb(201,223,179); }

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

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

 span { border-color: rgb(201,223,179); }

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