#D7C2CC

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

Shades of Twilight #D7C2CC

Tints of Twilight #D7C2CC

Color information

#D7C2CC (or 0xD7C2CC) is unknown color: approx Twilight. HEX triplet: D7, C2 and CC. RGB value is (215,194,204). Sum of RGB (Red+Green+Blue) = 215+194+204=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2CC is #283D33. Grayscale: #C9C9C9. Windows color (decimal): -2637108 or 13419223. OLE color: 13419223.

HSL color Cylindrical-coordinate representation of color #D7C2CC: hue angle of 331.43º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C2CC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215194204-
CMYK00.100.050.16
HSL331.43º20.79%80.2%-
HSV(B)331.43º9.77%84.31%-
XYZ58.2257.3965.14-
YUV201.42129.46137.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=35.07%
G=31.65%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519420400.100.050.16331.4320.7980.2
HexD7C2CC0A51014b1550
Octal32730231401252051325120
Binary1101011111000010110011000101010110000101001011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2CC; }

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

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

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

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

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

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

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

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