#D3C3CB

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

Shades of Twilight #D3C3CB

Tints of Twilight #D3C3CB

Color information

#D3C3CB (or 0xD3C3CB) is unknown color: approx Twilight. HEX triplet: D3, C3 and CB. RGB value is (211,195,203). Sum of RGB (Red+Green+Blue) = 211+195+203=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3CB is #2C3C34. Grayscale: #C8C8C8. Windows color (decimal): -2898997 or 13353939. OLE color: 13353939.

HSL color Cylindrical-coordinate representation of color #D3C3CB: hue angle of 330º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C3CB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211195203-
CMYK00.080.040.17
HSL330º15.38%79.61%-
HSV(B)330º7.58%82.75%-
XYZ57.1657.1964.53-
YUV200.7129.3135.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=34.65%
G=32.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119520300.080.040.1733015.3879.61
HexD3C3CB0841114af50
Octal32330331301042151217120
Binary110100111100001111001011010001001000110100101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C3CB; }

 p { color: rgb(211,195,203); }

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

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

 a { background-color: rgb(211,195,203); }

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

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

 span { border-color: rgb(211,195,203); }

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