Html Css Color HEX #DAB1C9 Twilight

📋 copy color: '#DAB1C9'

red 218 ◦ green 177 ◦ blue 201

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

Shades of Twilight #DAB1C9

Tints of Twilight #DAB1C9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.7%

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 36.58%
G = 29.7%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAB1C9 (or 0xDAB1C9) is known color: Twilight. HEX triplet: DA, B1 and C9. RGB value is (218,177,201). Sum of RGB (Red+Green+Blue) = 218+177+201=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C9 is #254E36. Grayscale: #BFBFBF. Windows color (decimal): -2444855 or 13218266. OLE color: 13218266.

HSL color Cylindrical-coordinate representation of color #DAB1C9: hue angle of 324.88º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB1C9 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 201 -
CMYK 0 0.19 0.08 0.15
HSL 324.88º 0.36% 0.77% -
HSV(B) 324.88º 0.19% 0.85% -
XYZ 55.18 50.57 62.11 -
YUV 192 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 218 177 201 0 0.19 0.08 0.15 324.88 0.36 0.77
Hex DA B1 C9 0 13 8 F 145 24 4D
Octal 332 261 311 0 23 10 17 505 44 115
Binary 11011010 10110001 11001001 0 10011 1000 1111 101000101 100100 1001101

Color Harmonies of #DAB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1C9

Black with #DAB1C9

Text Example


Text Example

White with #DAB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1C9; }

 p { color: rgb(218,177,201); }

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

background-color css

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

 a { background-color: rgb(218,177,201); }

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

border-color css

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

 span { border-color: rgb(218,177,201); }

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