Html Css Color HEX #DAB9CF Twilight

📋 copy color: '#DAB9CF'

red 218 ◦ green 185 ◦ blue 207

#DAB9CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #DAB9CF

Tints of Twilight #DAB9CF

RGB

 RED value IS 218 (85.55% from 255) = 35.74%

 GREEN value IS 185 (72.66% from 255) = 30.33%

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 35.74%
G = 30.33%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAB9CF (or 0xDAB9CF) is known color: Twilight. HEX triplet: DA, B9 and CF. RGB value is (218,185,207). Sum of RGB (Red+Green+Blue) = 218+185+207=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CF is #254630. Grayscale: #C5C5C5. Windows color (decimal): -2442801 or 13613530. OLE color: 13613530.

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

Color convert

RGB 218 185 207 -
CMYK 0 0.15 0.05 0.15
HSL 320º 0.31% 0.79% -
HSV(B) 320º 0.15% 0.85% -
XYZ 57.52 54.11 66.44 -
YUV 197.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 218 185 207 0 0.15 0.05 0.15 320 0.31 0.79
Hex DA B9 CF 0 F 5 F 140 1F 4F
Octal 332 271 317 0 17 5 17 500 37 117
Binary 11011010 10111001 11001111 0 1111 101 1111 101000000 11111 1001111

Color Harmonies of #DAB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9CF

Black with #DAB9CF

Text Example


Text Example

White with #DAB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9CF; }

 p { color: rgb(218,185,207); }

 H1.HeaderClassName
 {
   color: #DAB9CF;
 }
 .AnyTagClassName
 {
   color: #DAB9CF;
 }
</style>

background-color css

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

 a { background-color: rgb(218,185,207); }

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

border-color css

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

 span { border-color: rgb(218,185,207); }

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