#D7C3CA

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

Shades of Twilight #D7C3CA

Tints of Twilight #D7C3CA

Color information

#D7C3CA (or 0xD7C3CA) is unknown color: approx Twilight. HEX triplet: D7, C3 and CA. RGB value is (215,195,202). Sum of RGB (Red+Green+Blue) = 215+195+202=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3CA is #283C35. Grayscale: #C9C9C9. Windows color (decimal): -2636854 or 13288407. OLE color: 13288407.

HSL color Cylindrical-coordinate representation of color #D7C3CA: hue angle of 339º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C3CA is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215195202-
CMYK00.090.060.16
HSL339º20%80.39%-
HSV(B)339º9.3%84.31%-
XYZ58.257.7463.95-
YUV201.78128.13137.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=35.13%
G=31.86%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519520200.090.060.163392080.39
HexD7C3CA096101531450
Octal32730331201162052324120
Binary1101011111000011110010100100111010000101010011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3CA; }

 p { color: rgb(215,195,202); }

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

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

 a { background-color: rgb(215,195,202); }

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

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

 span { border-color: rgb(215,195,202); }

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