#DAC4CB

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

Shades of Twilight #DAC4CB

Tints of Twilight #DAC4CB

Color information

#DAC4CB (or 0xDAC4CB) is unknown color: approx Twilight. HEX triplet: DA, C4 and CB. RGB value is (218,196,203). Sum of RGB (Red+Green+Blue) = 218+196+203=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4CB is #253B34. Grayscale: #CBCBCB. Windows color (decimal): -2439989 or 13354202. OLE color: 13354202.

HSL color Cylindrical-coordinate representation of color #DAC4CB: hue angle of 340.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4CB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218196203-
CMYK00.100.070.15
HSL340.91º22.92%81.18%-
HSV(B)340.91º10.09%85.49%-
XYZ59.4358.764.7-
YUV203.38127.79138.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.33%
G=31.77%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819620300.100.070.15340.9122.9281.18
HexDAC4CB0A7F1551751
Octal33230431301271752527121
Binary110110101100010011001011010101111111101010101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4CB; }

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

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

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

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

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

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

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

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