Html Css Color HEX #DAB2CD Twilight

📋 copy color: '#DAB2CD'

red 218 ◦ green 178 ◦ blue 205

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

Shades of Twilight #DAB2CD

Tints of Twilight #DAB2CD

RGB

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

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

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

R = 36.27%
G = 29.62%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB2CD (or 0xDAB2CD) is known color: Twilight. HEX triplet: DA, B2 and CD. RGB value is (218,178,205). Sum of RGB (Red+Green+Blue) = 218+178+205=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CD is #254D32. Grayscale: #C0C0C0. Windows color (decimal): -2444595 or 13480666. OLE color: 13480666.

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

Color convert

RGB 218 178 205 -
CMYK 0 0.18 0.06 0.15
HSL 319.5º 0.35% 0.78% -
HSV(B) 319.5º 0.18% 0.85% -
XYZ 55.85 51.15 64.69 -
YUV 193.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 218 178 205 0 0.18 0.06 0.15 319.5 0.35 0.78
Hex DA B2 CD 0 12 6 F 140 23 4E
Octal 332 262 315 0 22 6 17 500 43 116
Binary 11011010 10110010 11001101 0 10010 110 1111 101000000 100011 1001110

Color Harmonies of #DAB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2CD

Black with #DAB2CD

Text Example


Text Example

White with #DAB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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