#DAB4CA

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

Shades of Twilight #DAB4CA

Tints of Twilight #DAB4CA

Color information

#DAB4CA (or 0xDAB4CA) is unknown color: approx Twilight. HEX triplet: DA, B4 and CA. RGB value is (218,180,202). Sum of RGB (Red+Green+Blue) = 218+180+202=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CA is #254B35. Grayscale: #C1C1C1. Windows color (decimal): -2444086 or 13284570. OLE color: 13284570.

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

Color convert

RGB218180202-
CMYK00.170.070.15
HSL325.26º33.93%78.04%-
HSV(B)325.26º17.43%85.49%-
XYZ55.951.8162.93-
YUV193.87132.59145.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=36.33%
G=30%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818020200.170.070.15325.2633.9378.04
HexDAB4CA0117F145224e
Octal33226431202171750542116
Binary11011010101101001100101001000111111111010001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4CA; }

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

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

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

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

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

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

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

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