#D5C1C9

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

Shades of Twilight #D5C1C9

Tints of Twilight #D5C1C9

Color information

#D5C1C9 (or 0xD5C1C9) is unknown color: approx Twilight. HEX triplet: D5, C1 and C9. RGB value is (213,193,201). Sum of RGB (Red+Green+Blue) = 213+193+201=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1C9 is #2A3E36. Grayscale: #C7C7C7. Windows color (decimal): -2768439 or 13222357. OLE color: 13222357.

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

Color convert

RGB213193201-
CMYK00.090.060.16
HSL336º19.23%79.61%-
HSV(B)336º9.39%83.53%-
XYZ57.0556.563.16-
YUV199.89128.63137.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=35.09%
G=31.80%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319320100.090.060.1633619.2379.61
HexD5C1C9096101501350
Octal32530131101162052023120
Binary1101010111000001110010010100111010000101010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1C9; }

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

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

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

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

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

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

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

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