#DAB4CC

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

Shades of Twilight #DAB4CC

Tints of Twilight #DAB4CC

Color information

#DAB4CC (or 0xDAB4CC) is unknown color: approx Twilight. HEX triplet: DA, B4 and CC. RGB value is (218,180,204). Sum of RGB (Red+Green+Blue) = 218+180+204=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CC is #254B33. Grayscale: #C2C2C2. Windows color (decimal): -2444084 or 13415642. OLE color: 13415642.

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

Color convert

RGB218180204-
CMYK00.170.060.15
HSL322.11º33.93%78.04%-
HSV(B)322.11º17.43%85.49%-
XYZ56.1351.9164.19-
YUV194.1133.59145.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=36.21%
G=29.90%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818020400.170.060.15322.1133.9378.04
HexDAB4CC0116F142224e
Octal33226431402161750242116
Binary11011010101101001100110001000111011111010000101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4CC; }

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

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

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

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

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

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

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

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