Html Css Color HEX #D0ABEA Wisteria

📋 copy color: '#D0ABEA'

red 208 ◦ green 171 ◦ blue 234

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

Shades of Wisteria #D0ABEA

Tints of Wisteria #D0ABEA

RGB

 RED value IS 208 (81.64% from 255) = 33.93%

 GREEN value IS 171 (67.19% from 255) = 27.9%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 33.93%
G = 27.9%
B = 38.17%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0ABEA (or 0xD0ABEA) is known color: Wisteria. HEX triplet: D0, AB and EA. RGB value is (208,171,234). Sum of RGB (Red+Green+Blue) = 208+171+234=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEA is #2F5415. Grayscale: #BDBDBD. Windows color (decimal): -3101718 or 15379408. OLE color: 15379408.

HSL color Cylindrical-coordinate representation of color #D0ABEA: hue angle of 275.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0ABEA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 171 234 -
CMYK 0.11 0.27 0 0.08
HSL 275.24º 0.6% 0.79% -
HSV(B) 275.24º 0.27% 0.92% -
XYZ 55.43 48.48 84.28 -
YUV 189.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 208 171 234 0.11 0.27 0 0.08 275.24 0.6 0.79
Hex D0 AB EA B 1B 0 8 113 3C 4F
Octal 320 253 352 13 33 0 10 423 74 117
Binary 11010000 10101011 11101010 1011 11011 0 1000 100010011 111100 1001111

Color Harmonies of #D0ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABEA

Black with #D0ABEA

Text Example


Text Example

White with #D0ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABEA; }

 p { color: rgb(208,171,234); }

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

background-color css

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

 a { background-color: rgb(208,171,234); }

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

border-color css

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

 span { border-color: rgb(208,171,234); }

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