Html Css Color HEX #D2AFE1 Prelude

📋 copy color: '#D2AFE1'

red 210 ◦ green 175 ◦ blue 225

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

Shades of Prelude #D2AFE1

Tints of Prelude #D2AFE1

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

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

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

R = 34.43%
G = 28.69%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2AFE1 (or 0xD2AFE1) is known color: Prelude. HEX triplet: D2, AF and E1. RGB value is (210,175,225). Sum of RGB (Red+Green+Blue) = 210+175+225=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFE1 is #2D501E. Grayscale: #BFBFBF. Windows color (decimal): -2969631 or 14790610. OLE color: 14790610.

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

Color convert

RGB 210 175 225 -
CMYK 0.07 0.22 0 0.12
HSL 282º 0.45% 0.78% -
HSV(B) 282º 0.22% 0.88% -
XYZ 55.5 49.8 77.92 -
YUV 191.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 210 175 225 0.07 0.22 0 0.12 282 0.45 0.78
Hex D2 AF E1 7 16 0 C 11A 2D 4E
Octal 322 257 341 7 26 0 14 432 55 116
Binary 11010010 10101111 11100001 111 10110 0 1100 100011010 101101 1001110

Color Harmonies of #D2AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFE1

Black with #D2AFE1

Text Example


Text Example

White with #D2AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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