#D4CDC7

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

Shades of Swirl #D4CDC7

Tints of Swirl #D4CDC7

Color information

#D4CDC7 (or 0xD4CDC7) is unknown color: approx Swirl. HEX triplet: D4, CD and C7. RGB value is (212,205,199). Sum of RGB (Red+Green+Blue) = 212+205+199=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDC7 is #2B3238. Grayscale: #CECECE. Windows color (decimal): -2830905 or 13094356. OLE color: 13094356.

HSL color Cylindrical-coordinate representation of color #D4CDC7: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CDC7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212205199-
CMYK00.030.060.17
HSL27.69º13.13%80.59%-
HSV(B)27.69º6.13%83.14%-
XYZ59.2961.7862.83-
YUV206.41123.82131.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=34.42%
G=33.28%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220519900.030.060.1727.6913.1380.59
HexD4CDC7036111cd51
Octal324315307036213415121
Binary110101001100110111000111011110100011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDC7; }

 p { color: rgb(212,205,199); }

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

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

 a { background-color: rgb(212,205,199); }

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

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

 span { border-color: rgb(212,205,199); }

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