#D7CCD3

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

Shades of Twilight #D7CCD3

Tints of Twilight #D7CCD3

Color information

#D7CCD3 (or 0xD7CCD3) is unknown color: approx Twilight. HEX triplet: D7, CC and D3. RGB value is (215,204,211). Sum of RGB (Red+Green+Blue) = 215+204+211=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD3 is #28332C. Grayscale: #D0D0D0. Windows color (decimal): -2634541 or 13880535. OLE color: 13880535.

HSL color Cylindrical-coordinate representation of color #D7CCD3: hue angle of 321.82º 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 #D7CCD3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215204211-
CMYK00.050.020.16
HSL321.82º12.09%82.16%-
HSV(B)321.82º5.12%84.31%-
XYZ61.3862.3470.43-
YUV208.09129.64132.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 211 (82.81% from 255) = 33.49%
R=34.13%
G=32.38%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520421100.050.020.16321.8212.0982.16
HexD7CCD305210142c52
Octal3273143230522050214122
Binary1101011111001100110100110101101000010100001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCD3; }

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

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

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

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

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

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

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

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