Html Css Color HEX #D0AFDB Prelude

📋 copy color: '#D0AFDB'

red 208 ◦ green 175 ◦ blue 219

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

Shades of Prelude #D0AFDB

Tints of Prelude #D0AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.07%

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

R = 34.55%
G = 29.07%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0AFDB (or 0xD0AFDB) is known color: Prelude. HEX triplet: D0, AF and DB. RGB value is (208,175,219). Sum of RGB (Red+Green+Blue) = 208+175+219=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDB is #2F5024. Grayscale: #BDBDBD. Windows color (decimal): -3100709 or 14397392. OLE color: 14397392.

HSL color Cylindrical-coordinate representation of color #D0AFDB: hue angle of 285º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0AFDB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 175 219 -
CMYK 0.05 0.20 0 0.14
HSL 285º 0.38% 0.77% -
HSV(B) 285º 0.2% 0.86% -
XYZ 54.13 49.18 73.66 -
YUV 189.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 208 175 219 0.05 0.20 0 0.14 285 0.38 0.77
Hex D0 AF DB 5 14 0 E 11D 26 4D
Octal 320 257 333 5 24 0 16 435 46 115
Binary 11010000 10101111 11011011 101 10100 0 1110 100011101 100110 1001101

Color Harmonies of #D0AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDB

Black with #D0AFDB

Text Example


Text Example

White with #D0AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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