#D7CDC4

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

Shades of Swirl #D7CDC4

Tints of Swirl #D7CDC4

Color information

#D7CDC4 (or 0xD7CDC4) is unknown color: approx Swirl. HEX triplet: D7, CD and C4. RGB value is (215,205,196). Sum of RGB (Red+Green+Blue) = 215+205+196=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDC4 is #28323B. Grayscale: #CFCFCF. Windows color (decimal): -2634300 or 12897751. OLE color: 12897751.

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

Color convert

RGB215205196-
CMYK00.050.090.16
HSL28.42º19.19%80.59%-
HSV(B)28.42º8.84%84.31%-
XYZ59.8262.161.06-
YUV206.96121.81133.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.90%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=34.90%
G=33.28%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520519600.050.090.1628.4219.1980.59
HexD7CDC4059101c1351
Octal3273153040511203423121
Binary110101111100110111000100010110011000011100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDC4; }

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

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

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

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

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

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

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

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