#DAB4CB

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

Shades of Twilight #DAB4CB

Tints of Twilight #DAB4CB

Color information

#DAB4CB (or 0xDAB4CB) is unknown color: approx Twilight. HEX triplet: DA, B4 and CB. RGB value is (218,180,203). Sum of RGB (Red+Green+Blue) = 218+180+203=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CB is #254B34. Grayscale: #C1C1C1. Windows color (decimal): -2444085 or 13350106. OLE color: 13350106.

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

Color convert

RGB218180203-
CMYK00.170.070.15
HSL323.68º33.93%78.04%-
HSV(B)323.68º17.43%85.49%-
XYZ56.0151.8663.56-
YUV193.98133.09145.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=36.27%
G=29.95%
B=33.78%

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
Decimal21818020300.170.070.15323.6833.9378.04
HexDAB4CB0117F144224e
Octal33226431302171750442116
Binary11011010101101001100101101000111111111010001001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4CB; }

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

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

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

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

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

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

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

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