#DAB3CD

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

Shades of Twilight #DAB3CD

Tints of Twilight #DAB3CD

Color information

#DAB3CD (or 0xDAB3CD) is unknown color: approx Twilight. HEX triplet: DA, B3 and CD. RGB value is (218,179,205). Sum of RGB (Red+Green+Blue) = 218+179+205=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3CD is #254C32. Grayscale: #C1C1C1. Windows color (decimal): -2444339 or 13480922. OLE color: 13480922.

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

Color convert

RGB218179205-
CMYK00.180.060.15
HSL320º34.51%77.84%-
HSV(B)320º17.89%85.49%-
XYZ56.0551.5564.75-
YUV193.62134.42145.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=36.21%
G=29.73%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817920500.180.060.1532034.5177.84
HexDAB3CD0126F140234e
Octal33226331502261750043116
Binary11011010101100111100110101001011011111010000001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3CD; }

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

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

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

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

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

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

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

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