Html Css Color HEX #DAB1CA Twilight

📋 copy color: '#DAB1CA'

red 218 ◦ green 177 ◦ blue 202

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

Shades of Twilight #DAB1CA

Tints of Twilight #DAB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 36.52%
G = 29.65%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAB1CA (or 0xDAB1CA) is known color: Twilight. HEX triplet: DA, B1 and CA. RGB value is (218,177,202). Sum of RGB (Red+Green+Blue) = 218+177+202=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CA is #254E35. Grayscale: #C0C0C0. Windows color (decimal): -2444854 or 13283802. OLE color: 13283802.

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

Color convert

RGB 218 177 202 -
CMYK 0 0.19 0.07 0.15
HSL 323.41º 0.36% 0.77% -
HSV(B) 323.41º 0.19% 0.85% -
XYZ 55.3 50.61 62.73 -
YUV 192.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 218 177 202 0 0.19 0.07 0.15 323.41 0.36 0.77
Hex DA B1 CA 0 13 7 F 143 24 4D
Octal 332 261 312 0 23 7 17 503 44 115
Binary 11011010 10110001 11001010 0 10011 111 1111 101000011 100100 1001101

Color Harmonies of #DAB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1CA

Black with #DAB1CA

Text Example


Text Example

White with #DAB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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