Html Css Color HEX #D1ADDD Prelude

📋 copy color: '#D1ADDD'

red 209 ◦ green 173 ◦ blue 221

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

Shades of Prelude #D1ADDD

Tints of Prelude #D1ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 34.66%
G = 28.69%
B = 36.65%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1ADDD (or 0xD1ADDD) is known color: Prelude. HEX triplet: D1, AD and DD. RGB value is (209,173,221). Sum of RGB (Red+Green+Blue) = 209+173+221=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDD is #2E5222. Grayscale: #BDBDBD. Windows color (decimal): -3035683 or 14527953. OLE color: 14527953.

HSL color Cylindrical-coordinate representation of color #D1ADDD: hue angle of 285º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ADDD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 173 221 -
CMYK 0.05 0.22 0 0.13
HSL 285º 0.41% 0.77% -
HSV(B) 285º 0.22% 0.87% -
XYZ 54.29 48.66 74.94 -
YUV 189.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 209 173 221 0.05 0.22 0 0.13 285 0.41 0.77
Hex D1 AD DD 5 16 0 D 11D 29 4D
Octal 321 255 335 5 26 0 15 435 51 115
Binary 11010001 10101101 11011101 101 10110 0 1101 100011101 101001 1001101

Color Harmonies of #D1ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADDD

Black with #D1ADDD

Text Example


Text Example

White with #D1ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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