#D5C6CC

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

Shades of Twilight #D5C6CC

Tints of Twilight #D5C6CC

Color information

#D5C6CC (or 0xD5C6CC) is unknown color: approx Twilight. HEX triplet: D5, C6 and CC. RGB value is (213,198,204). Sum of RGB (Red+Green+Blue) = 213+198+204=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CC is #2A3933. Grayscale: #CBCBCB. Windows color (decimal): -2767156 or 13420245. OLE color: 13420245.

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

Color convert

RGB213198204-
CMYK00.070.040.16
HSL336º15.15%80.59%-
HSV(B)336º7.04%83.53%-
XYZ58.5358.8965.41-
YUV203.17128.47135.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=34.63%
G=32.20%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319820400.070.040.1633615.1580.59
HexD5C6CC07410150f51
Octal3253063140742052017121
Binary11010101110001101100110001111001000010101000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C6CC; }

 p { color: rgb(213,198,204); }

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

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

 a { background-color: rgb(213,198,204); }

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

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

 span { border-color: rgb(213,198,204); }

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