#DAB2CC

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

Shades of Twilight #DAB2CC

Tints of Twilight #DAB2CC

Color information

#DAB2CC (or 0xDAB2CC) is unknown color: approx Twilight. HEX triplet: DA, B2 and CC. RGB value is (218,178,204). Sum of RGB (Red+Green+Blue) = 218+178+204=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CC is #254D33. Grayscale: #C0C0C0. Windows color (decimal): -2444596 or 13415130. OLE color: 13415130.

HSL color Cylindrical-coordinate representation of color #DAB2CC: hue angle of 321º 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 #DAB2CC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218178204-
CMYK00.180.060.15
HSL321º35.09%77.65%-
HSV(B)321º18.35%85.49%-
XYZ55.7351.1164.05-
YUV192.92134.25145.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 34%
R=36.33%
G=29.67%
B=34%

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
Decimal21817820400.180.060.1532135.0977.65
HexDAB2CC0126F141234e
Octal33226231402261750143116
Binary11011010101100101100110001001011011111010000011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2CC; }

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

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

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

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

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

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

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

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