Html Css Color HEX #DAB9CE Twilight

📋 copy color: '#DAB9CE'

red 218 ◦ green 185 ◦ blue 206

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

Shades of Twilight #DAB9CE

Tints of Twilight #DAB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.38%

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 35.8%
G = 30.38%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB9CE (or 0xDAB9CE) is known color: Twilight. HEX triplet: DA, B9 and CE. RGB value is (218,185,206). Sum of RGB (Red+Green+Blue) = 218+185+206=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CE is #254631. Grayscale: #C5C5C5. Windows color (decimal): -2442802 or 13547994. OLE color: 13547994.

HSL color Cylindrical-coordinate representation of color #DAB9CE: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9CE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 206 -
CMYK 0 0.15 0.06 0.15
HSL 321.82º 0.31% 0.79% -
HSV(B) 321.82º 0.15% 0.85% -
XYZ 57.4 54.06 65.8 -
YUV 197.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 218 185 206 0 0.15 0.06 0.15 321.82 0.31 0.79
Hex DA B9 CE 0 F 6 F 142 1F 4F
Octal 332 271 316 0 17 6 17 502 37 117
Binary 11011010 10111001 11001110 0 1111 110 1111 101000010 11111 1001111

Color Harmonies of #DAB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9CE

Black with #DAB9CE

Text Example


Text Example

White with #DAB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9CE; }

 p { color: rgb(218,185,206); }

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

background-color css

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

 a { background-color: rgb(218,185,206); }

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

border-color css

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

 span { border-color: rgb(218,185,206); }

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