#DACAD2

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

Shades of Twilight #DACAD2

Tints of Twilight #DACAD2

Color information

#DACAD2 (or 0xDACAD2) is unknown color: approx Twilight. HEX triplet: DA, CA and D2. RGB value is (218,202,210). Sum of RGB (Red+Green+Blue) = 218+202+210=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD2 is #25352D. Grayscale: #CFCFCF. Windows color (decimal): -2438446 or 13814490. OLE color: 13814490.

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

Color convert

RGB218202210-
CMYK00.070.040.15
HSL330º17.78%82.35%-
HSV(B)330º7.34%85.49%-
XYZ61.6761.869.65-
YUV207.7129.3135.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 210 (82.42% from 255) = 33.33%
R=34.60%
G=32.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820221000.070.040.1533017.7882.35
HexDACAD2074F14a1252
Octal3323123220741751222122
Binary11011010110010101101001001111001111101001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAD2; }

 p { color: rgb(218,202,210); }

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

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

 a { background-color: rgb(218,202,210); }

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

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

 span { border-color: rgb(218,202,210); }

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