Html Css Color HEX #D0AFD6 Prelude

📋 copy color: '#D0AFD6'

red 208 ◦ green 175 ◦ blue 214

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

Shades of Prelude #D0AFD6

Tints of Prelude #D0AFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 34.84%
G = 29.31%
B = 35.85%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0AFD6 (or 0xD0AFD6) is known color: Prelude. HEX triplet: D0, AF and D6. RGB value is (208,175,214). Sum of RGB (Red+Green+Blue) = 208+175+214=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD6 is #2F5029. Grayscale: #BDBDBD. Windows color (decimal): -3100714 or 14069712. OLE color: 14069712.

HSL color Cylindrical-coordinate representation of color #D0AFD6: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AFD6 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 175 214 -
CMYK 0.03 0.18 0 0.16
HSL 290.77º 0.32% 0.76% -
HSV(B) 290.77º 0.18% 0.84% -
XYZ 53.48 48.92 70.24 -
YUV 189.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 208 175 214 0.03 0.18 0 0.16 290.77 0.32 0.76
Hex D0 AF D6 3 12 0 10 123 20 4C
Octal 320 257 326 3 22 0 20 443 40 114
Binary 11010000 10101111 11010110 11 10010 0 10000 100100011 100000 1001100

Color Harmonies of #D0AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFD6

Black with #D0AFD6

Text Example


Text Example

White with #D0AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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