Html Css Color HEX #D0ABD8 Prelude

📋 copy color: '#D0ABD8'

red 208 ◦ green 171 ◦ blue 216

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

Shades of Prelude #D0ABD8

Tints of Prelude #D0ABD8

RGB

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

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

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

R = 34.96%
G = 28.74%
B = 36.3%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0ABD8 (or 0xD0ABD8) is known color: Prelude. HEX triplet: D0, AB and D8. RGB value is (208,171,216). Sum of RGB (Red+Green+Blue) = 208+171+216=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABD8 is #2F5427. Grayscale: #BBBBBB. Windows color (decimal): -3101736 or 14199760. OLE color: 14199760.

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

Color convert

RGB 208 171 216 -
CMYK 0.04 0.21 0 0.15
HSL 289.33º 0.37% 0.76% -
HSV(B) 289.33º 0.21% 0.85% -
XYZ 52.97 47.49 71.34 -
YUV 187.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 208 171 216 0.04 0.21 0 0.15 289.33 0.37 0.76
Hex D0 AB D8 4 15 0 F 121 25 4C
Octal 320 253 330 4 25 0 17 441 45 114
Binary 11010000 10101011 11011000 100 10101 0 1111 100100001 100101 1001100

Color Harmonies of #D0ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABD8

Black with #D0ABD8

Text Example


Text Example

White with #D0ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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