#DABCCA

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

Shades of Twilight #DABCCA

Tints of Twilight #DABCCA

Color information

#DABCCA (or 0xDABCCA) is unknown color: approx Twilight. HEX triplet: DA, BC and CA. RGB value is (218,188,202). Sum of RGB (Red+Green+Blue) = 218+188+202=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCCA is #254335. Grayscale: #C6C6C6. Windows color (decimal): -2442038 or 13286618. OLE color: 13286618.

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

Color convert

RGB218188202-
CMYK00.140.070.15
HSL332º28.85%79.61%-
HSV(B)332º13.76%85.49%-
XYZ57.5655.1463.49-
YUV198.57129.94141.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=35.86%
G=30.92%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818820200.140.070.1533228.8579.61
HexDABCCA0E7F14c1d50
Octal33227431201671751435120
Binary110110101011110011001010011101111111101001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCCA; }

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

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

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

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

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

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

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

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