Html Css Color HEX #D2AFDC Prelude

📋 copy color: '#D2AFDC'

red 210 ◦ green 175 ◦ blue 220

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

Shades of Prelude #D2AFDC

Tints of Prelude #D2AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 34.71%
G = 28.93%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2AFDC (or 0xD2AFDC) is known color: Prelude. HEX triplet: D2, AF and DC. RGB value is (210,175,220). Sum of RGB (Red+Green+Blue) = 210+175+220=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDC is #2D5023. Grayscale: #BEBEBE. Windows color (decimal): -2969636 or 14462930. OLE color: 14462930.

HSL color Cylindrical-coordinate representation of color #D2AFDC: hue angle of 286.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2AFDC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 175 220 -
CMYK 0.05 0.20 0 0.14
HSL 286.67º 0.39% 0.77% -
HSV(B) 286.67º 0.2% 0.86% -
XYZ 54.83 49.53 74.38 -
YUV 190.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 210 175 220 0.05 0.20 0 0.14 286.67 0.39 0.77
Hex D2 AF DC 5 14 0 E 11F 27 4D
Octal 322 257 334 5 24 0 16 437 47 115
Binary 11010010 10101111 11011100 101 10100 0 1110 100011111 100111 1001101

Color Harmonies of #D2AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFDC

Black with #D2AFDC

Text Example


Text Example

White with #D2AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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