Html Css Color HEX #DAB6C8 Twilight

📋 copy color: '#DAB6C8'

red 218 ◦ green 182 ◦ blue 200

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

Shades of Twilight #DAB6C8

Tints of Twilight #DAB6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.33%

R = 36.33%
G = 30.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAB6C8 (or 0xDAB6C8) is known color: Twilight. HEX triplet: DA, B6 and C8. RGB value is (218,182,200). Sum of RGB (Red+Green+Blue) = 218+182+200=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6C8 is #254937. Grayscale: #C2C2C2. Windows color (decimal): -2443576 or 13154010. OLE color: 13154010.

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

Color convert

RGB 218 182 200 -
CMYK 0 0.17 0.08 0.15
HSL 330º 0.33% 0.78% -
HSV(B) 330º 0.17% 0.85% -
XYZ 56.07 52.53 61.83 -
YUV 194.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 218 182 200 0 0.17 0.08 0.15 330 0.33 0.78
Hex DA B6 C8 0 11 8 F 14A 21 4E
Octal 332 266 310 0 21 10 17 512 41 116
Binary 11011010 10110110 11001000 0 10001 1000 1111 101001010 100001 1001110

Color Harmonies of #DAB6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6C8

Black with #DAB6C8

Text Example


Text Example

White with #DAB6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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