Html Css Color HEX #D2ACDE Prelude

📋 copy color: '#D2ACDE'

red 210 ◦ green 172 ◦ blue 222

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

Shades of Prelude #D2ACDE

Tints of Prelude #D2ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 34.77%
G = 28.48%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2ACDE (or 0xD2ACDE) is known color: Prelude. HEX triplet: D2, AC and DE. RGB value is (210,172,222). Sum of RGB (Red+Green+Blue) = 210+172+222=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDE is #2D5321. Grayscale: #BCBCBC. Windows color (decimal): -2970402 or 14593234. OLE color: 14593234.

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

Color convert

RGB 210 172 222 -
CMYK 0.05 0.23 0 0.13
HSL 285.6º 0.43% 0.77% -
HSV(B) 285.6º 0.23% 0.87% -
XYZ 54.52 48.48 75.59 -
YUV 189.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 210 172 222 0.05 0.23 0 0.13 285.6 0.43 0.77
Hex D2 AC DE 5 17 0 D 11E 2B 4D
Octal 322 254 336 5 27 0 15 436 53 115
Binary 11010010 10101100 11011110 101 10111 0 1101 100011110 101011 1001101

Color Harmonies of #D2ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACDE

Black with #D2ACDE

Text Example


Text Example

White with #D2ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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