Html Css Color HEX #D0ABDB Prelude

📋 copy color: '#D0ABDB'

red 208 ◦ green 171 ◦ blue 219

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

Shades of Prelude #D0ABDB

Tints of Prelude #D0ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 34.78%
G = 28.6%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0ABDB (or 0xD0ABDB) is known color: Prelude. HEX triplet: D0, AB and DB. RGB value is (208,171,219). Sum of RGB (Red+Green+Blue) = 208+171+219=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDB is #2F5424. Grayscale: #BBBBBB. Windows color (decimal): -3101733 or 14396368. OLE color: 14396368.

HSL color Cylindrical-coordinate representation of color #D0ABDB: hue angle of 286.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0ABDB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 171 219 -
CMYK 0.05 0.22 0 0.14
HSL 286.25º 0.4% 0.76% -
HSV(B) 286.25º 0.22% 0.86% -
XYZ 53.36 47.65 73.4 -
YUV 187.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 208 171 219 0.05 0.22 0 0.14 286.25 0.4 0.76
Hex D0 AB DB 5 16 0 E 11E 28 4C
Octal 320 253 333 5 26 0 16 436 50 114
Binary 11010000 10101011 11011011 101 10110 0 1110 100011110 101000 1001100

Color Harmonies of #D0ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABDB

Black with #D0ABDB

Text Example


Text Example

White with #D0ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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