Html Css Color HEX #D1ABD8 Prelude

📋 copy color: '#D1ABD8'

red 209 ◦ green 171 ◦ blue 216

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

Shades of Prelude #D1ABD8

Tints of Prelude #D1ABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 35.07%
G = 28.69%
B = 36.24%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1ABD8 (or 0xD1ABD8) is known color: Prelude. HEX triplet: D1, AB and D8. RGB value is (209,171,216). Sum of RGB (Red+Green+Blue) = 209+171+216=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABD8 is #2E5427. Grayscale: #BBBBBB. Windows color (decimal): -3036200 or 14199761. OLE color: 14199761.

HSL color Cylindrical-coordinate representation of color #D1ABD8: hue angle of 290.67º degrees, saturation: 0.37, 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 #D1ABD8 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 171 216 -
CMYK 0.03 0.21 0 0.15
HSL 290.67º 0.37% 0.76% -
HSV(B) 290.67º 0.21% 0.85% -
XYZ 53.25 47.64 71.35 -
YUV 187.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 209 171 216 0.03 0.21 0 0.15 290.67 0.37 0.76
Hex D1 AB D8 3 15 0 F 123 25 4C
Octal 321 253 330 3 25 0 17 443 45 114
Binary 11010001 10101011 11011000 11 10101 0 1111 100100011 100101 1001100

Color Harmonies of #D1ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABD8

Black with #D1ABD8

Text Example


Text Example

White with #D1ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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