Html Css Color HEX #D1ACDB Prelude

📋 copy color: '#D1ACDB'

red 209 ◦ green 172 ◦ blue 219

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

Shades of Prelude #D1ACDB

Tints of Prelude #D1ACDB

RGB

 RED value IS 209 (82.03% from 255) = 34.83%

 GREEN value IS 172 (67.58% from 255) = 28.67%

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

R = 34.83%
G = 28.67%
B = 36.5%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1ACDB (or 0xD1ACDB) is known color: Prelude. HEX triplet: D1, AC and DB. RGB value is (209,172,219). Sum of RGB (Red+Green+Blue) = 209+172+219=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDB is #2E5324. Grayscale: #BCBCBC. Windows color (decimal): -3035941 or 14396625. OLE color: 14396625.

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

Color convert

RGB 209 172 219 -
CMYK 0.05 0.21 0 0.14
HSL 287.23º 0.39% 0.77% -
HSV(B) 287.23º 0.21% 0.86% -
XYZ 53.83 48.17 73.48 -
YUV 188.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 209 172 219 0.05 0.21 0 0.14 287.23 0.39 0.77
Hex D1 AC DB 5 15 0 E 11F 27 4D
Octal 321 254 333 5 25 0 16 437 47 115
Binary 11010001 10101100 11011011 101 10101 0 1110 100011111 100111 1001101

Color Harmonies of #D1ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACDB

Black with #D1ACDB

Text Example


Text Example

White with #D1ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACDB; }

 p { color: rgb(209,172,219); }

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

background-color css

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

 a { background-color: rgb(209,172,219); }

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

border-color css

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

 span { border-color: rgb(209,172,219); }

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