#CFD7CA

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

Shades of Ottoman #CFD7CA

Tints of Ottoman #CFD7CA

Color information

#CFD7CA (or 0xCFD7CA) is unknown color: approx Ottoman. HEX triplet: CF, D7 and CA. RGB value is (207,215,202). Sum of RGB (Red+Green+Blue) = 207+215+202=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7CA is #302835. Grayscale: #D3D3D3. Windows color (decimal): -3156022 or 13293519. OLE color: 13293519.

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

Color convert

RGB207215202-
CMYK0.0400.060.16
HSL96.92º13.98%81.76%-
HSV(B)96.92º6.05%84.31%-
XYZ60.6966.1365.44-
YUV211.13122.85125.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=33.17%
G=34.46%
B=32.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072152020.0400.060.1696.9213.9881.76
HexCFD7CA4061061e52
Octal3173273124062014116122
Binary110011111101011111001010100011010000110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7CA; }

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

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

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

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

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

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

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

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