Html Css Color HEX #DAB0C8 Twilight

📋 copy color: '#DAB0C8'

red 218 ◦ green 176 ◦ blue 200

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

Shades of Twilight #DAB0C8

Tints of Twilight #DAB0C8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.63%

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

R = 36.7%
G = 29.63%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAB0C8 (or 0xDAB0C8) is known color: Twilight. HEX triplet: DA, B0 and C8. RGB value is (218,176,200). Sum of RGB (Red+Green+Blue) = 218+176+200=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0C8 is #254F37. Grayscale: #BFBFBF. Windows color (decimal): -2445112 or 13152474. OLE color: 13152474.

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

Color convert

RGB 218 176 200 -
CMYK 0 0.19 0.08 0.15
HSL 325.71º 0.36% 0.77% -
HSV(B) 325.71º 0.19% 0.85% -
XYZ 54.86 50.13 61.43 -
YUV 191.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 218 176 200 0 0.19 0.08 0.15 325.71 0.36 0.77
Hex DA B0 C8 0 13 8 F 146 24 4D
Octal 332 260 310 0 23 10 17 506 44 115
Binary 11011010 10110000 11001000 0 10011 1000 1111 101000110 100100 1001101

Color Harmonies of #DAB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0C8

Black with #DAB0C8

Text Example


Text Example

White with #DAB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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