#D7CFC5

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

Shades of Swirl #D7CFC5

Tints of Swirl #D7CFC5

Color information

#D7CFC5 (or 0xD7CFC5) is unknown color: approx Swirl. HEX triplet: D7, CF and C5. RGB value is (215,207,197). Sum of RGB (Red+Green+Blue) = 215+207+197=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFC5 is #28303A. Grayscale: #D0D0D0. Windows color (decimal): -2633787 or 12963799. OLE color: 12963799.

HSL color Cylindrical-coordinate representation of color #D7CFC5: hue angle of 33.33º 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 #D7CFC5 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215207197-
CMYK00.040.080.16
HSL33.33º18.37%80.78%-
HSV(B)33.33º8.37%84.31%-
XYZ60.4263.161.82-
YUV208.25121.65132.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=34.73%
G=33.44%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520719700.040.080.1633.3318.3780.78
HexD7CFC504810211251
Octal3273173050410204122121
Binary1101011111001111110001010100100010000100001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFC5; }

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

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

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

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

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

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

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

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