Html Css Color HEX #D4AFDB Prelude

📋 copy color: '#D4AFDB'

red 212 ◦ green 175 ◦ blue 219

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

Shades of Prelude #D4AFDB

Tints of Prelude #D4AFDB

RGB

 RED value IS 212 (83.2% from 255) = 34.98%

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

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

R = 34.98%
G = 28.88%
B = 36.14%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4AFDB (or 0xD4AFDB) is known color: Prelude. HEX triplet: D4, AF and DB. RGB value is (212,175,219). Sum of RGB (Red+Green+Blue) = 212+175+219=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDB is #2B5024. Grayscale: #BEBEBE. Windows color (decimal): -2838565 or 14397396. OLE color: 14397396.

HSL color Cylindrical-coordinate representation of color #D4AFDB: hue angle of 290.45º 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 #D4AFDB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 175 219 -
CMYK 0.03 0.20 0 0.14
HSL 290.45º 0.38% 0.77% -
HSV(B) 290.45º 0.2% 0.86% -
XYZ 55.27 49.77 73.71 -
YUV 191.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 212 175 219 0.03 0.20 0 0.14 290.45 0.38 0.77
Hex D4 AF DB 3 14 0 E 122 26 4D
Octal 324 257 333 3 24 0 16 442 46 115
Binary 11010100 10101111 11011011 11 10100 0 1110 100100010 100110 1001101

Color Harmonies of #D4AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFDB

Black with #D4AFDB

Text Example


Text Example

White with #D4AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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