Html Css Color HEX #D0AFDA Prelude

📋 copy color: '#D0AFDA'

red 208 ◦ green 175 ◦ blue 218

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

Shades of Prelude #D0AFDA

Tints of Prelude #D0AFDA

RGB

 RED value IS 208 (81.64% from 255) = 34.61%

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

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

R = 34.61%
G = 29.12%
B = 36.27%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0AFDA (or 0xD0AFDA) is known color: Prelude. HEX triplet: D0, AF and DA. RGB value is (208,175,218). Sum of RGB (Red+Green+Blue) = 208+175+218=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDA is #2F5025. Grayscale: #BDBDBD. Windows color (decimal): -3100710 or 14331856. OLE color: 14331856.

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

Color convert

RGB 208 175 218 -
CMYK 0.05 0.20 0 0.15
HSL 286.05º 0.37% 0.77% -
HSV(B) 286.05º 0.2% 0.85% -
XYZ 54 49.13 72.97 -
YUV 189.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 208 175 218 0.05 0.20 0 0.15 286.05 0.37 0.77
Hex D0 AF DA 5 14 0 F 11E 25 4D
Octal 320 257 332 5 24 0 17 436 45 115
Binary 11010000 10101111 11011010 101 10100 0 1111 100011110 100101 1001101

Color Harmonies of #D0AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDA

Black with #D0AFDA

Text Example


Text Example

White with #D0AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDA; }

 p { color: rgb(208,175,218); }

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

background-color css

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

 a { background-color: rgb(208,175,218); }

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

border-color css

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

 span { border-color: rgb(208,175,218); }

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