Html Css Color HEX #D1ABDA Prelude

📋 copy color: '#D1ABDA'

red 209 ◦ green 171 ◦ blue 218

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

Shades of Prelude #D1ABDA

Tints of Prelude #D1ABDA

RGB

 RED value IS 209 (82.03% from 255) = 34.95%

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 34.95%
G = 28.6%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1ABDA (or 0xD1ABDA) is known color: Prelude. HEX triplet: D1, AB and DA. RGB value is (209,171,218). Sum of RGB (Red+Green+Blue) = 209+171+218=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDA is #2E5425. Grayscale: #BBBBBB. Windows color (decimal): -3036198 or 14330833. OLE color: 14330833.

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

Color convert

RGB 209 171 218 -
CMYK 0.04 0.22 0 0.15
HSL 288.51º 0.39% 0.76% -
HSV(B) 288.51º 0.22% 0.85% -
XYZ 53.51 47.74 72.72 -
YUV 187.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 209 171 218 0.04 0.22 0 0.15 288.51 0.39 0.76
Hex D1 AB DA 4 16 0 F 121 27 4C
Octal 321 253 332 4 26 0 17 441 47 114
Binary 11010001 10101011 11011010 100 10110 0 1111 100100001 100111 1001100

Color Harmonies of #D1ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABDA

Black with #D1ABDA

Text Example


Text Example

White with #D1ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABDA; }

 p { color: rgb(209,171,218); }

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

background-color css

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

 a { background-color: rgb(209,171,218); }

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

border-color css

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

 span { border-color: rgb(209,171,218); }

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