#D7CCD4

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

Shades of Twilight #D7CCD4

Tints of Twilight #D7CCD4

Color information

#D7CCD4 (or 0xD7CCD4) is unknown color: approx Twilight. HEX triplet: D7, CC and D4. RGB value is (215,204,212). Sum of RGB (Red+Green+Blue) = 215+204+212=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD4 is #28332B. Grayscale: #D0D0D0. Windows color (decimal): -2634540 or 13946071. OLE color: 13946071.

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

Color convert

RGB215204212-
CMYK00.050.010.16
HSL316.36º12.09%82.16%-
HSV(B)316.36º5.12%84.31%-
XYZ61.562.3971.09-
YUV208.2130.14132.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 212 (83.20% 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.16
SystemRedGreenBlueCMYKHSL
Decimal21520421200.050.010.16316.3612.0982.16
HexD7CCD40511013cc52
Octal3273143240512047414122
Binary110101111100110011010100010111000010011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCD4; }

 p { color: rgb(215,204,212); }

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

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

 a { background-color: rgb(215,204,212); }

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

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

 span { border-color: rgb(215,204,212); }

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