#CFD7C6

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

Shades of Ottoman #CFD7C6

Tints of Ottoman #CFD7C6

Color information

#CFD7C6 (or 0xCFD7C6) is unknown color: approx Ottoman. HEX triplet: CF, D7 and C6. RGB value is (207,215,198). Sum of RGB (Red+Green+Blue) = 207+215+198=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7C6 is #302839. Grayscale: #D2D2D2. Windows color (decimal): -3156026 or 13031375. OLE color: 13031375.

HSL color Cylindrical-coordinate representation of color #CFD7C6: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFD7C6 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB207215198-
CMYK0.0400.080.16
HSL88.24º17.53%80.98%-
HSV(B)88.24º7.91%84.31%-
XYZ60.2365.9462.98-
YUV210.67120.85125.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=33.39%
G=34.68%
B=31.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151980.0400.080.1688.2417.5380.98
HexCFD7C640810581251
Octal31732730640102013022121
Binary11001111110101111100011010001000100001011000100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7C6; }

 p { color: rgb(207,215,198); }

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

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

 a { background-color: rgb(207,215,198); }

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

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

 span { border-color: rgb(207,215,198); }

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