#D7CDC1

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

Shades of Swirl #D7CDC1

Tints of Swirl #D7CDC1

Color information

#D7CDC1 (or 0xD7CDC1) is unknown color: approx Swirl. HEX triplet: D7, CD and C1. RGB value is (215,205,193). Sum of RGB (Red+Green+Blue) = 215+205+193=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDC1 is #28323E. Grayscale: #CECECE. Windows color (decimal): -2634303 or 12701143. OLE color: 12701143.

HSL color Cylindrical-coordinate representation of color #D7CDC1: hue angle of 32.73º degrees, saturation: 0.22, 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 #D7CDC1 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215205193-
CMYK00.050.100.16
HSL32.73º21.57%80%-
HSV(B)32.73º10.23%84.31%-
XYZ59.4861.9659.28-
YUV206.62120.31133.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=35.07%
G=33.44%
B=31.48%

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
Decimal21520519300.050.100.1632.7321.5780
HexD7CDC105A10211650
Octal3273153010512204126120
Binary1101011111001101110000010101101010000100001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDC1; }

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

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

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

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

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

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

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

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