#DAC3CD

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

Shades of Twilight #DAC3CD

Tints of Twilight #DAC3CD

Color information

#DAC3CD (or 0xDAC3CD) is unknown color: approx Twilight. HEX triplet: DA, C3 and CD. RGB value is (218,195,205). Sum of RGB (Red+Green+Blue) = 218+195+205=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CD is #253C32. Grayscale: #CBCBCB. Windows color (decimal): -2440243 or 13485018. OLE color: 13485018.

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

Color convert

RGB218195205-
CMYK00.110.060.15
HSL333.91º23.71%80.98%-
HSV(B)333.91º10.55%85.49%-
XYZ59.4558.3465.89-
YUV203.02129.12138.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=35.28%
G=31.55%
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
Decimal21819520500.110.060.15333.9123.7180.98
HexDAC3CD0B6F14e1851
Octal33230331501361751630121
Binary110110101100001111001101010111101111101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3CD; }

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

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

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

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

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

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

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

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