#DAB9CC

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

Shades of Twilight #DAB9CC

Tints of Twilight #DAB9CC

Color information

#DAB9CC (or 0xDAB9CC) is unknown color: approx Twilight. HEX triplet: DA, B9 and CC. RGB value is (218,185,204). Sum of RGB (Red+Green+Blue) = 218+185+204=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CC is #254633. Grayscale: #C4C4C4. Windows color (decimal): -2442804 or 13416922. OLE color: 13416922.

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

Color convert

RGB218185204-
CMYK00.150.060.15
HSL325.45º30.84%79.02%-
HSV(B)325.45º15.14%85.49%-
XYZ57.1653.9664.53-
YUV197.03131.93142.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=35.91%
G=30.48%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818520400.150.060.15325.4530.8479.02
HexDAB9CC0F6F1451f4f
Octal33227131401761750537117
Binary110110101011100111001100011111101111101000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9CC; }

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

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

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

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

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

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

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

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