Html Css Color HEX #DAB6CD Twilight

📋 copy color: '#DAB6CD'

red 218 ◦ green 182 ◦ blue 205

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

Shades of Twilight #DAB6CD

Tints of Twilight #DAB6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 36.03%
G = 30.08%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB6CD (or 0xDAB6CD) is known color: Twilight. HEX triplet: DA, B6 and CD. RGB value is (218,182,205). Sum of RGB (Red+Green+Blue) = 218+182+205=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CD is #254932. Grayscale: #C3C3C3. Windows color (decimal): -2443571 or 13481690. OLE color: 13481690.

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

Color convert

RGB 218 182 205 -
CMYK 0 0.17 0.06 0.15
HSL 321.67º 0.33% 0.78% -
HSV(B) 321.67º 0.17% 0.85% -
XYZ 56.66 52.77 64.96 -
YUV 195.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 218 182 205 0 0.17 0.06 0.15 321.67 0.33 0.78
Hex DA B6 CD 0 11 6 F 142 21 4E
Octal 332 266 315 0 21 6 17 502 41 116
Binary 11011010 10110110 11001101 0 10001 110 1111 101000010 100001 1001110

Color Harmonies of #DAB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6CD

Black with #DAB6CD

Text Example


Text Example

White with #DAB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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