Html Css Color HEX #DAACE8 Wisteria

📋 copy color: '#DAACE8'

red 218 ◦ green 172 ◦ blue 232

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

Shades of Wisteria #DAACE8

Tints of Wisteria #DAACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 35.05%
G = 27.65%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAACE8 (or 0xDAACE8) is known color: Wisteria. HEX triplet: DA, AC and E8. RGB value is (218,172,232). Sum of RGB (Red+Green+Blue) = 218+172+232=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACE8 is #255317. Grayscale: #C0C0C0. Windows color (decimal): -2446104 or 15248602. OLE color: 15248602.

HSL color Cylindrical-coordinate representation of color #DAACE8: hue angle of 286º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAACE8 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 172 232 -
CMYK 0.06 0.26 0 0.09
HSL 286º 0.57% 0.79% -
HSV(B) 286º 0.26% 0.91% -
XYZ 58.23 50.24 82.97 -
YUV 192.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 218 172 232 0.06 0.26 0 0.09 286 0.57 0.79
Hex DA AC E8 6 1A 0 9 11E 39 4F
Octal 332 254 350 6 32 0 11 436 71 117
Binary 11011010 10101100 11101000 110 11010 0 1001 100011110 111001 1001111

Color Harmonies of #DAACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACE8

Black with #DAACE8

Text Example


Text Example

White with #DAACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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