Html Css Color HEX #D2ABDA Prelude

📋 copy color: '#D2ABDA'

red 210 ◦ green 171 ◦ blue 218

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

Shades of Prelude #D2ABDA

Tints of Prelude #D2ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.55%

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 35.06%
G = 28.55%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2ABDA (or 0xD2ABDA) is known color: Prelude. HEX triplet: D2, AB and DA. RGB value is (210,171,218). Sum of RGB (Red+Green+Blue) = 210+171+218=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDA is #2D5425. Grayscale: #BBBBBB. Windows color (decimal): -2970662 or 14330834. OLE color: 14330834.

HSL color Cylindrical-coordinate representation of color #D2ABDA: hue angle of 289.79º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ABDA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 171 218 -
CMYK 0.04 0.22 0 0.15
HSL 289.79º 0.39% 0.76% -
HSV(B) 289.79º 0.22% 0.85% -
XYZ 53.8 47.89 72.74 -
YUV 188.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 210 171 218 0.04 0.22 0 0.15 289.79 0.39 0.76
Hex D2 AB DA 4 16 0 F 122 27 4C
Octal 322 253 332 4 26 0 17 442 47 114
Binary 11010010 10101011 11011010 100 10110 0 1111 100100010 100111 1001100

Color Harmonies of #D2ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABDA

Black with #D2ABDA

Text Example


Text Example

White with #D2ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABDA; }

 p { color: rgb(210,171,218); }

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

background-color css

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

 a { background-color: rgb(210,171,218); }

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

border-color css

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

 span { border-color: rgb(210,171,218); }

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