Html Css Color HEX #D6ADE1 Prelude

📋 copy color: '#D6ADE1'

red 214 ◦ green 173 ◦ blue 225

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

Shades of Prelude #D6ADE1

Tints of Prelude #D6ADE1

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

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

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 34.97%
G = 28.27%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6ADE1 (or 0xD6ADE1) is known color: Prelude. HEX triplet: D6, AD and E1. RGB value is (214,173,225). Sum of RGB (Red+Green+Blue) = 214+173+225=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADE1 is #29521E. Grayscale: #BFBFBF. Windows color (decimal): -2707999 or 14790102. OLE color: 14790102.

HSL color Cylindrical-coordinate representation of color #D6ADE1: hue angle of 287.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6ADE1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 173 225 -
CMYK 0.05 0.23 0 0.12
HSL 287.31º 0.46% 0.78% -
HSV(B) 287.31º 0.23% 0.88% -
XYZ 56.27 49.62 77.85 -
YUV 191.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 214 173 225 0.05 0.23 0 0.12 287.31 0.46 0.78
Hex D6 AD E1 5 17 0 C 11F 2E 4E
Octal 326 255 341 5 27 0 14 437 56 116
Binary 11010110 10101101 11100001 101 10111 0 1100 100011111 101110 1001110

Color Harmonies of #D6ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADE1

Black with #D6ADE1

Text Example


Text Example

White with #D6ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADE1; }

 p { color: rgb(214,173,225); }

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

background-color css

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

 a { background-color: rgb(214,173,225); }

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

border-color css

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

 span { border-color: rgb(214,173,225); }

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