Html Css Color HEX #D0ABEC Wisteria

📋 copy color: '#D0ABEC'

red 208 ◦ green 171 ◦ blue 236

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

Shades of Wisteria #D0ABEC

Tints of Wisteria #D0ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 33.82%
G = 27.8%
B = 38.37%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ABEC (or 0xD0ABEC) is known color: Wisteria. HEX triplet: D0, AB and EC. RGB value is (208,171,236). Sum of RGB (Red+Green+Blue) = 208+171+236=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEC is #2F5413. Grayscale: #BDBDBD. Windows color (decimal): -3101716 or 15510480. OLE color: 15510480.

HSL color Cylindrical-coordinate representation of color #D0ABEC: hue angle of 274.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0ABEC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 171 236 -
CMYK 0.12 0.28 0 0.07
HSL 274.15º 0.63% 0.8% -
HSV(B) 274.15º 0.28% 0.93% -
XYZ 55.72 48.59 85.8 -
YUV 189.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 208 171 236 0.12 0.28 0 0.07 274.15 0.63 0.8
Hex D0 AB EC C 1C 0 7 112 3F 50
Octal 320 253 354 14 34 0 7 422 77 120
Binary 11010000 10101011 11101100 1100 11100 0 111 100010010 111111 1010000

Color Harmonies of #D0ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABEC

Black with #D0ABEC

Text Example


Text Example

White with #D0ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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