#D8CDC5

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

Shades of Swirl #D8CDC5

Tints of Swirl #D8CDC5

Color information

#D8CDC5 (or 0xD8CDC5) is unknown color: approx Swirl. HEX triplet: D8, CD and C5. RGB value is (216,205,197). Sum of RGB (Red+Green+Blue) = 216+205+197=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC5 is #27323A. Grayscale: #CFCFCF. Windows color (decimal): -2568763 or 12963288. OLE color: 12963288.

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

Color convert

RGB216205197-
CMYK00.050.090.15
HSL25.26º19.59%80.98%-
HSV(B)25.26º8.8%84.71%-
XYZ60.2362.2961.67-
YUV207.38122.14134.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=34.95%
G=33.17%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620519700.050.090.1525.2619.5980.98
HexD8CDC5059F191451
Octal3303153050511173124121
Binary11011000110011011100010101011001111111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDC5; }

 p { color: rgb(216,205,197); }

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

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

 a { background-color: rgb(216,205,197); }

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

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

 span { border-color: rgb(216,205,197); }

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