Html Css Color HEX #DAB6CA Twilight

📋 copy color: '#DAB6CA'

red 218 ◦ green 182 ◦ blue 202

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

Shades of Twilight #DAB6CA

Tints of Twilight #DAB6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.23%

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

R = 36.21%
G = 30.23%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAB6CA (or 0xDAB6CA) is known color: Twilight. HEX triplet: DA, B6 and CA. RGB value is (218,182,202). Sum of RGB (Red+Green+Blue) = 218+182+202=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CA is #254935. Grayscale: #C2C2C2. Windows color (decimal): -2443574 or 13285082. OLE color: 13285082.

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

Color convert

RGB 218 182 202 -
CMYK 0 0.17 0.07 0.15
HSL 326.67º 0.33% 0.78% -
HSV(B) 326.67º 0.17% 0.85% -
XYZ 56.3 52.63 63.07 -
YUV 195.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 218 182 202 0 0.17 0.07 0.15 326.67 0.33 0.78
Hex DA B6 CA 0 11 7 F 147 21 4E
Octal 332 266 312 0 21 7 17 507 41 116
Binary 11011010 10110110 11001010 0 10001 111 1111 101000111 100001 1001110

Color Harmonies of #DAB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6CA

Black with #DAB6CA

Text Example


Text Example

White with #DAB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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