Html Css Color HEX #D3AFE2 Prelude

📋 copy color: '#D3AFE2'

red 211 ◦ green 175 ◦ blue 226

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

Shades of Prelude #D3AFE2

Tints of Prelude #D3AFE2

RGB

 RED value IS 211 (82.81% from 255) = 34.48%

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

 BLUE value IS 226 (88.67% from 255) = 36.93%

R = 34.48%
G = 28.59%
B = 36.93%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D3AFE2 (or 0xD3AFE2) is known color: Prelude. HEX triplet: D3, AF and E2. RGB value is (211,175,226). Sum of RGB (Red+Green+Blue) = 211+175+226=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFE2 is #2C501D. Grayscale: #BFBFBF. Windows color (decimal): -2904094 or 14856147. OLE color: 14856147.

HSL color Cylindrical-coordinate representation of color #D3AFE2: hue angle of 282.35º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3AFE2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 175 226 -
CMYK 0.07 0.23 0 0.11
HSL 282.35º 0.47% 0.79% -
HSV(B) 282.35º 0.23% 0.89% -
XYZ 55.92 50 78.66 -
YUV 191.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 211 175 226 0.07 0.23 0 0.11 282.35 0.47 0.79
Hex D3 AF E2 7 17 0 B 11A 2F 4F
Octal 323 257 342 7 27 0 13 432 57 117
Binary 11010011 10101111 11100010 111 10111 0 1011 100011010 101111 1001111

Color Harmonies of #D3AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFE2

Black with #D3AFE2

Text Example


Text Example

White with #D3AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFE2; }

 p { color: rgb(211,175,226); }

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

background-color css

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

 a { background-color: rgb(211,175,226); }

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

border-color css

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

 span { border-color: rgb(211,175,226); }

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