Html Css Color HEX #D2AFD7 Prelude

📋 copy color: '#D2AFD7'

red 210 ◦ green 175 ◦ blue 215

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

Shades of Prelude #D2AFD7

Tints of Prelude #D2AFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 35%
G = 29.17%
B = 35.83%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D2AFD7 (or 0xD2AFD7) is known color: Prelude. HEX triplet: D2, AF and D7. RGB value is (210,175,215). Sum of RGB (Red+Green+Blue) = 210+175+215=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFD7 is #2D5028. Grayscale: #BDBDBD. Windows color (decimal): -2969641 or 14135250. OLE color: 14135250.

HSL color Cylindrical-coordinate representation of color #D2AFD7: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AFD7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 175 215 -
CMYK 0.02 0.19 0 0.16
HSL 292.5º 0.33% 0.76% -
HSV(B) 292.5º 0.19% 0.84% -
XYZ 54.17 49.27 70.94 -
YUV 190.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 210 175 215 0.02 0.19 0 0.16 292.5 0.33 0.76
Hex D2 AF D7 2 13 0 10 124 21 4C
Octal 322 257 327 2 23 0 20 444 41 114
Binary 11010010 10101111 11010111 10 10011 0 10000 100100100 100001 1001100

Color Harmonies of #D2AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFD7

Black with #D2AFD7

Text Example


Text Example

White with #D2AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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