Html Css Color HEX #D1ADD5 Prelude

📋 copy color: '#D1ADD5'

red 209 ◦ green 173 ◦ blue 213

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

Shades of Prelude #D1ADD5

Tints of Prelude #D1ADD5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.08%

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 35.13%
G = 29.08%
B = 35.8%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1ADD5 (or 0xD1ADD5) is known color: Prelude. HEX triplet: D1, AD and D5. RGB value is (209,173,213). Sum of RGB (Red+Green+Blue) = 209+173+213=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADD5 is #2E522A. Grayscale: #BCBCBC. Windows color (decimal): -3035691 or 14003665. OLE color: 14003665.

HSL color Cylindrical-coordinate representation of color #D1ADD5: hue angle of 294º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1ADD5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 173 213 -
CMYK 0.02 0.19 0 0.16
HSL 294º 0.32% 0.76% -
HSV(B) 294º 0.19% 0.84% -
XYZ 53.25 48.25 69.46 -
YUV 188.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 209 173 213 0.02 0.19 0 0.16 294 0.32 0.76
Hex D1 AD D5 2 13 0 10 126 20 4C
Octal 321 255 325 2 23 0 20 446 40 114
Binary 11010001 10101101 11010101 10 10011 0 10000 100100110 100000 1001100

Color Harmonies of #D1ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADD5

Black with #D1ADD5

Text Example


Text Example

White with #D1ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADD5; }

 p { color: rgb(209,173,213); }

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

background-color css

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

 a { background-color: rgb(209,173,213); }

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

border-color css

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

 span { border-color: rgb(209,173,213); }

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