Html Css Color HEX #DAB2C9 Twilight

📋 copy color: '#DAB2C9'

red 218 ◦ green 178 ◦ blue 201

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

Shades of Twilight #DAB2C9

Tints of Twilight #DAB2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.82%

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 36.52%
G = 29.82%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAB2C9 (or 0xDAB2C9) is known color: Twilight. HEX triplet: DA, B2 and C9. RGB value is (218,178,201). Sum of RGB (Red+Green+Blue) = 218+178+201=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C9 is #254D36. Grayscale: #C0C0C0. Windows color (decimal): -2444599 or 13218522. OLE color: 13218522.

HSL color Cylindrical-coordinate representation of color #DAB2C9: hue angle of 325.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 201 -
CMYK 0 0.18 0.08 0.15
HSL 325.5º 0.35% 0.78% -
HSV(B) 325.5º 0.18% 0.85% -
XYZ 55.38 50.96 62.18 -
YUV 192.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 218 178 201 0 0.18 0.08 0.15 325.5 0.35 0.78
Hex DA B2 C9 0 12 8 F 146 23 4E
Octal 332 262 311 0 22 10 17 506 43 116
Binary 11011010 10110010 11001001 0 10010 1000 1111 101000110 100011 1001110

Color Harmonies of #DAB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2C9

Black with #DAB2C9

Text Example


Text Example

White with #DAB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2C9; }

 p { color: rgb(218,178,201); }

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

background-color css

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

 a { background-color: rgb(218,178,201); }

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

border-color css

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

 span { border-color: rgb(218,178,201); }

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