Html Css Color HEX #D2ACDD Prelude

📋 copy color: '#D2ACDD'

red 210 ◦ green 172 ◦ blue 221

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

Shades of Prelude #D2ACDD

Tints of Prelude #D2ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 34.83%
G = 28.52%
B = 36.65%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2ACDD (or 0xD2ACDD) is known color: Prelude. HEX triplet: D2, AC and DD. RGB value is (210,172,221). Sum of RGB (Red+Green+Blue) = 210+172+221=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDD is #2D5322. Grayscale: #BCBCBC. Windows color (decimal): -2970403 or 14527698. OLE color: 14527698.

HSL color Cylindrical-coordinate representation of color #D2ACDD: hue angle of 286.53º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ACDD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 172 221 -
CMYK 0.05 0.22 0 0.13
HSL 286.53º 0.42% 0.77% -
HSV(B) 286.53º 0.22% 0.87% -
XYZ 54.38 48.43 74.89 -
YUV 188.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 210 172 221 0.05 0.22 0 0.13 286.53 0.42 0.77
Hex D2 AC DD 5 16 0 D 11F 2A 4D
Octal 322 254 335 5 26 0 15 437 52 115
Binary 11010010 10101100 11011101 101 10110 0 1101 100011111 101010 1001101

Color Harmonies of #D2ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACDD

Black with #D2ACDD

Text Example


Text Example

White with #D2ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACDD; }

 p { color: rgb(210,172,221); }

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

background-color css

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

 a { background-color: rgb(210,172,221); }

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

border-color css

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

 span { border-color: rgb(210,172,221); }

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