Html Css Color HEX #DAACC4 Twilight

📋 copy color: '#DAACC4'

red 218 ◦ green 172 ◦ blue 196

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

Shades of Twilight #DAACC4

Tints of Twilight #DAACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 196 (76.95% from 255) = 33.45%

R = 37.2%
G = 29.35%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DAACC4 (or 0xDAACC4) is known color: Twilight. HEX triplet: DA, AC and C4. RGB value is (218,172,196). Sum of RGB (Red+Green+Blue) = 218+172+196=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC4 is #25533B. Grayscale: #BCBCBC. Windows color (decimal): -2446140 or 12889306. OLE color: 12889306.

HSL color Cylindrical-coordinate representation of color #DAACC4: hue angle of 328.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 196 -
CMYK 0 0.21 0.10 0.15
HSL 328.7º 0.38% 0.76% -
HSV(B) 328.7º 0.21% 0.85% -
XYZ 53.63 48.4 58.74 -
YUV 188.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 218 172 196 0 0.21 0.10 0.15 328.7 0.38 0.76
Hex DA AC C4 0 15 A F 149 26 4C
Octal 332 254 304 0 25 12 17 511 46 114
Binary 11011010 10101100 11000100 0 10101 1010 1111 101001001 100110 1001100

Color Harmonies of #DAACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACC4

Black with #DAACC4

Text Example


Text Example

White with #DAACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACC4; }

 p { color: rgb(218,172,196); }

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

background-color css

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

 a { background-color: rgb(218,172,196); }

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

border-color css

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

 span { border-color: rgb(218,172,196); }

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