#DAC3CB

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

Shades of Twilight #DAC3CB

Tints of Twilight #DAC3CB

Color information

#DAC3CB (or 0xDAC3CB) is unknown color: approx Twilight. HEX triplet: DA, C3 and CB. RGB value is (218,195,203). Sum of RGB (Red+Green+Blue) = 218+195+203=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CB is #253C34. Grayscale: #CACACA. Windows color (decimal): -2440245 or 13353946. OLE color: 13353946.

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

Color convert

RGB218195203-
CMYK00.110.070.15
HSL339.13º23.71%80.98%-
HSV(B)339.13º10.55%85.49%-
XYZ59.2158.2564.62-
YUV202.79128.12138.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=35.39%
G=31.66%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819520300.110.070.15339.1323.7180.98
HexDAC3CB0B7F1531851
Octal33230331301371752330121
Binary110110101100001111001011010111111111101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3CB; }

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

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

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

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

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

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

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

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