#DAB0CC

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

Shades of Twilight #DAB0CC

Tints of Twilight #DAB0CC

Color information

#DAB0CC (or 0xDAB0CC) is unknown color: approx Twilight. HEX triplet: DA, B0 and CC. RGB value is (218,176,204). Sum of RGB (Red+Green+Blue) = 218+176+204=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CC is #254F33. Grayscale: #BFBFBF. Windows color (decimal): -2445108 or 13414618. OLE color: 13414618.

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

Color convert

RGB218176204-
CMYK00.190.060.15
HSL320º36.21%77.25%-
HSV(B)320º19.27%85.49%-
XYZ55.3450.3263.92-
YUV191.75134.91146.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=36.45%
G=29.43%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817620400.190.060.1532036.2177.25
HexDAB0CC0136F140244d
Octal33226031402361750044115
Binary11011010101100001100110001001111011111010000001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0CC; }

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

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

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

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

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

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

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

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