#DAC1CC

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

Shades of Twilight #DAC1CC

Tints of Twilight #DAC1CC

Color information

#DAC1CC (or 0xDAC1CC) is unknown color: approx Twilight. HEX triplet: DA, C1 and CC. RGB value is (218,193,204). Sum of RGB (Red+Green+Blue) = 218+193+204=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1CC is #253E33. Grayscale: #C9C9C9. Windows color (decimal): -2440756 or 13418970. OLE color: 13418970.

HSL color Cylindrical-coordinate representation of color #DAC1CC: hue angle of 333.6º degrees, saturation: 0.25, 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 #DAC1CC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218193204-
CMYK00.110.060.15
HSL333.6º25.25%80.59%-
HSV(B)333.6º11.47%85.49%-
XYZ58.8857.465.1-
YUV201.73129.28139.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=35.45%
G=31.38%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819320400.110.060.15333.625.2580.59
HexDAC1CC0B6F14e1951
Octal33230131401361751631121
Binary110110101100000111001100010111101111101001110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1CC; }

 p { color: rgb(218,193,204); }

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

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

 a { background-color: rgb(218,193,204); }

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

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

 span { border-color: rgb(218,193,204); }

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