#D3C4CB

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

Shades of Twilight #D3C4CB

Tints of Twilight #D3C4CB

Color information

#D3C4CB (or 0xD3C4CB) is unknown color: approx Twilight. HEX triplet: D3, C4 and CB. RGB value is (211,196,203). Sum of RGB (Red+Green+Blue) = 211+196+203=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4CB is #2C3B34. Grayscale: #C9C9C9. Windows color (decimal): -2898741 or 13354195. OLE color: 13354195.

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

Color convert

RGB211196203-
CMYK00.070.040.17
HSL332º14.56%79.8%-
HSV(B)332º7.11%82.75%-
XYZ57.3857.6464.6-
YUV201.28128.97134.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=34.59%
G=32.13%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119620300.070.040.1733214.5679.8
HexD3C4CB0741114cf50
Octal3233043130742151417120
Binary11010011110001001100101101111001000110100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C4CB; }

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

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

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

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

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

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

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

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