Html Css Color HEX #D7AFE1 Prelude

📋 copy color: '#D7AFE1'

red 215 ◦ green 175 ◦ blue 225

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

Shades of Prelude #D7AFE1

Tints of Prelude #D7AFE1

RGB

 RED value IS 215 (84.38% from 255) = 34.96%

 GREEN value IS 175 (68.75% from 255) = 28.46%

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

R = 34.96%
G = 28.46%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D7AFE1 (or 0xD7AFE1) is known color: Prelude. HEX triplet: D7, AF and E1. RGB value is (215,175,225). Sum of RGB (Red+Green+Blue) = 215+175+225=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFE1 is #28501E. Grayscale: #C0C0C0. Windows color (decimal): -2641951 or 14790615. OLE color: 14790615.

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

Color convert

RGB 215 175 225 -
CMYK 0.04 0.22 0 0.12
HSL 288º 0.45% 0.78% -
HSV(B) 288º 0.22% 0.88% -
XYZ 56.94 50.54 77.99 -
YUV 192.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 215 175 225 0.04 0.22 0 0.12 288 0.45 0.78
Hex D7 AF E1 4 16 0 C 120 2D 4E
Octal 327 257 341 4 26 0 14 440 55 116
Binary 11010111 10101111 11100001 100 10110 0 1100 100100000 101101 1001110

Color Harmonies of #D7AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFE1

Black with #D7AFE1

Text Example


Text Example

White with #D7AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFE1; }

 p { color: rgb(215,175,225); }

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

background-color css

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

 a { background-color: rgb(215,175,225); }

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

border-color css

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

 span { border-color: rgb(215,175,225); }

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