#D7CDC2

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

Shades of Swirl #D7CDC2

Tints of Swirl #D7CDC2

Color information

#D7CDC2 (or 0xD7CDC2) is unknown color: approx Swirl. HEX triplet: D7, CD and C2. RGB value is (215,205,194). Sum of RGB (Red+Green+Blue) = 215+205+194=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDC2 is #28323D. Grayscale: #CECECE. Windows color (decimal): -2634302 or 12766679. OLE color: 12766679.

HSL color Cylindrical-coordinate representation of color #D7CDC2: hue angle of 31.43º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CDC2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215205194-
CMYK00.050.100.16
HSL31.43º20.79%80.2%-
HSV(B)31.43º9.77%84.31%-
XYZ59.596259.87-
YUV206.74120.81133.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=35.02%
G=33.39%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520519400.050.100.1631.4320.7980.2
HexD7CDC205A101f1550
Octal3273153020512203725120
Binary110101111100110111000010010110101000011111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDC2; }

 p { color: rgb(215,205,194); }

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

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

 a { background-color: rgb(215,205,194); }

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

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

 span { border-color: rgb(215,205,194); }

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