Html Css Color HEX #D2AFDB Prelude

📋 copy color: '#D2AFDB'

red 210 ◦ green 175 ◦ blue 219

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

Shades of Prelude #D2AFDB

Tints of Prelude #D2AFDB

RGB

 RED value IS 210 (82.42% from 255) = 34.77%

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

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

R = 34.77%
G = 28.97%
B = 36.26%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2AFDB (or 0xD2AFDB) is known color: Prelude. HEX triplet: D2, AF and DB. RGB value is (210,175,219). Sum of RGB (Red+Green+Blue) = 210+175+219=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDB is #2D5024. Grayscale: #BEBEBE. Windows color (decimal): -2969637 or 14397394. OLE color: 14397394.

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

Color convert

RGB 210 175 219 -
CMYK 0.04 0.20 0 0.14
HSL 287.73º 0.38% 0.77% -
HSV(B) 287.73º 0.2% 0.86% -
XYZ 54.69 49.48 73.68 -
YUV 190.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 210 175 219 0.04 0.20 0 0.14 287.73 0.38 0.77
Hex D2 AF DB 4 14 0 E 120 26 4D
Octal 322 257 333 4 24 0 16 440 46 115
Binary 11010010 10101111 11011011 100 10100 0 1110 100100000 100110 1001101

Color Harmonies of #D2AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFDB

Black with #D2AFDB

Text Example


Text Example

White with #D2AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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