#DABFCB

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

Shades of Twilight #DABFCB

Tints of Twilight #DABFCB

Color information

#DABFCB (or 0xDABFCB) is unknown color: approx Twilight. HEX triplet: DA, BF and CB. RGB value is (218,191,203). Sum of RGB (Red+Green+Blue) = 218+191+203=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFCB is #254034. Grayscale: #C8C8C8. Windows color (decimal): -2441269 or 13352922. OLE color: 13352922.

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

Color convert

RGB218191203-
CMYK00.120.070.15
HSL333.33º26.73%80.2%-
HSV(B)333.33º12.39%85.49%-
XYZ58.3256.4864.33-
YUV200.44129.45140.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=35.62%
G=31.21%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819120300.120.070.15333.3326.7380.2
HexDABFCB0C7F14d1b50
Octal33227731301471751533120
Binary110110101011111111001011011001111111101001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFCB; }

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

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

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

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

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

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

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

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