Html Css Color HEX #DAB6C6 Twilight

📋 copy color: '#DAB6C6'

red 218 ◦ green 182 ◦ blue 198

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

Shades of Twilight #DAB6C6

Tints of Twilight #DAB6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 36.45%
G = 30.43%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DAB6C6 (or 0xDAB6C6) is known color: Twilight. HEX triplet: DA, B6 and C6. RGB value is (218,182,198). Sum of RGB (Red+Green+Blue) = 218+182+198=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6C6 is #254939. Grayscale: #C2C2C2. Windows color (decimal): -2443578 or 13022938. OLE color: 13022938.

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

Color convert

RGB 218 182 198 -
CMYK 0 0.17 0.09 0.15
HSL 333.33º 0.33% 0.78% -
HSV(B) 333.33º 0.17% 0.85% -
XYZ 55.83 52.44 60.6 -
YUV 194.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 218 182 198 0 0.17 0.09 0.15 333.33 0.33 0.78
Hex DA B6 C6 0 11 9 F 14D 21 4E
Octal 332 266 306 0 21 11 17 515 41 116
Binary 11011010 10110110 11000110 0 10001 1001 1111 101001101 100001 1001110

Color Harmonies of #DAB6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6C6

Black with #DAB6C6

Text Example


Text Example

White with #DAB6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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