#D5CFC9

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

Shades of Swirl #D5CFC9

Tints of Swirl #D5CFC9

Color information

#D5CFC9 (or 0xD5CFC9) is unknown color: approx Swirl. HEX triplet: D5, CF and C9. RGB value is (213,207,201). Sum of RGB (Red+Green+Blue) = 213+207+201=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC9 is #2A3036. Grayscale: #D0D0D0. Windows color (decimal): -2764855 or 13225941. OLE color: 13225941.

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

Color convert

RGB213207201-
CMYK00.030.060.16
HSL30º12.5%81.18%-
HSV(B)30º5.63%83.53%-
XYZ60.362.9964.24-
YUV208.11123.99131.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=34.30%
G=33.33%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320720100.030.060.163012.581.18
HexD5CFC9036101ed51
Octal325317311036203615121
Binary110101011100111111001001011110100001111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFC9; }

 p { color: rgb(213,207,201); }

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

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

 a { background-color: rgb(213,207,201); }

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

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

 span { border-color: rgb(213,207,201); }

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