#D8CDD5

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

Shades of Twilight #D8CDD5

Tints of Twilight #D8CDD5

Color information

#D8CDD5 (or 0xD8CDD5) is unknown color: approx Twilight. HEX triplet: D8, CD and D5. RGB value is (216,205,213). Sum of RGB (Red+Green+Blue) = 216+205+213=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDD5 is #27322A. Grayscale: #D1D1D1. Windows color (decimal): -2568747 or 14011864. OLE color: 14011864.

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

Color convert

RGB216205213-
CMYK00.050.010.15
HSL316.36º12.36%82.55%-
HSV(B)316.36º5.09%84.71%-
XYZ62.1663.0771.85-
YUV209.2130.14132.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=34.07%
G=32.33%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620521300.050.010.15316.3612.3682.55
HexD8CDD5051F13cc53
Octal3303153250511747414123
Binary11011000110011011101010101011111110011110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDD5; }

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

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

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

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

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

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

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

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