Html Css Color HEX #D1ADDF Prelude

📋 copy color: '#D1ADDF'

red 209 ◦ green 173 ◦ blue 223

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

Shades of Prelude #D1ADDF

Tints of Prelude #D1ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 34.55%
G = 28.6%
B = 36.86%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1ADDF (or 0xD1ADDF) is known color: Prelude. HEX triplet: D1, AD and DF. RGB value is (209,173,223). Sum of RGB (Red+Green+Blue) = 209+173+223=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDF is #2E5220. Grayscale: #BDBDBD. Windows color (decimal): -3035681 or 14659025. OLE color: 14659025.

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

Color convert

RGB 209 173 223 -
CMYK 0.06 0.22 0 0.13
HSL 283.2º 0.44% 0.78% -
HSV(B) 283.2º 0.22% 0.87% -
XYZ 54.56 48.77 76.35 -
YUV 189.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 209 173 223 0.06 0.22 0 0.13 283.2 0.44 0.78
Hex D1 AD DF 6 16 0 D 11B 2C 4E
Octal 321 255 337 6 26 0 15 433 54 116
Binary 11010001 10101101 11011111 110 10110 0 1101 100011011 101100 1001110

Color Harmonies of #D1ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADDF

Black with #D1ADDF

Text Example


Text Example

White with #D1ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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