#CFD9C7

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

Shades of Ottoman #CFD9C7

Tints of Ottoman #CFD9C7

Color information

#CFD9C7 (or 0xCFD9C7) is unknown color: approx Ottoman. HEX triplet: CF, D9 and C7. RGB value is (207,217,199). Sum of RGB (Red+Green+Blue) = 207+217+199=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9C7 is #302638. Grayscale: #D4D4D4. Windows color (decimal): -3155513 or 13097423. OLE color: 13097423.

HSL color Cylindrical-coordinate representation of color #CFD9C7: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFD9C7 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB207217199-
CMYK0.0500.080.15
HSL93.33º19.15%81.57%-
HSV(B)93.33º8.29%85.1%-
XYZ60.8567.0163.76-
YUV211.96120.69124.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=33.23%
G=34.83%
B=31.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171990.0500.080.1593.3319.1581.57
HexCFD9C7508F5d1352
Octal31733130750101713523122
Binary1100111111011001110001111010100011111011101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9C7; }

 p { color: rgb(207,217,199); }

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

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

 a { background-color: rgb(207,217,199); }

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

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

 span { border-color: rgb(207,217,199); }

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