Html Css Color HEX #D5ADDF Prelude

📋 copy color: '#D5ADDF'

red 213 ◦ green 173 ◦ blue 223

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

Shades of Prelude #D5ADDF

Tints of Prelude #D5ADDF

RGB

 RED value IS 213 (83.59% from 255) = 34.98%

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

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

R = 34.98%
G = 28.41%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5ADDF (or 0xD5ADDF) is known color: Prelude. HEX triplet: D5, AD and DF. RGB value is (213,173,223). Sum of RGB (Red+Green+Blue) = 213+173+223=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDF is #2A5220. Grayscale: #BEBEBE. Windows color (decimal): -2773537 or 14659029. OLE color: 14659029.

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

Color convert

RGB 213 173 223 -
CMYK 0.04 0.22 0 0.13
HSL 288º 0.44% 0.78% -
HSV(B) 288º 0.22% 0.87% -
XYZ 55.7 49.36 76.4 -
YUV 190.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 213 173 223 0.04 0.22 0 0.13 288 0.44 0.78
Hex D5 AD DF 4 16 0 D 120 2C 4E
Octal 325 255 337 4 26 0 15 440 54 116
Binary 11010101 10101101 11011111 100 10110 0 1101 100100000 101100 1001110

Color Harmonies of #D5ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADDF

Black with #D5ADDF

Text Example


Text Example

White with #D5ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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