#CFD6C6

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

Shades of Ottoman #CFD6C6

Tints of Ottoman #CFD6C6

Color information

#CFD6C6 (or 0xCFD6C6) is unknown color: approx Ottoman. HEX triplet: CF, D6 and C6. RGB value is (207,214,198). Sum of RGB (Red+Green+Blue) = 207+214+198=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6C6 is #302939. Grayscale: #D2D2D2. Windows color (decimal): -3156282 or 13031119. OLE color: 13031119.

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

Color convert

RGB207214198-
CMYK0.0300.070.16
HSL86.25º16.33%80.78%-
HSV(B)86.25º7.48%83.92%-
XYZ59.9765.4462.9-
YUV210.08121.18125.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=33.44%
G=34.57%
B=31.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141980.0300.070.1686.2516.3380.78
HexCFD6C630710561051
Octal3173263063072012620121
Binary110011111101011011000110110111100001010110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6C6; }

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

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

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

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

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

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

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

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