Html Css Color HEX #D0AFDC Prelude

📋 copy color: '#D0AFDC'

red 208 ◦ green 175 ◦ blue 220

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

Shades of Prelude #D0AFDC

Tints of Prelude #D0AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 34.49%
G = 29.02%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0AFDC (or 0xD0AFDC) is known color: Prelude. HEX triplet: D0, AF and DC. RGB value is (208,175,220). Sum of RGB (Red+Green+Blue) = 208+175+220=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDC is #2F5023. Grayscale: #BDBDBD. Windows color (decimal): -3100708 or 14462928. OLE color: 14462928.

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

Color convert

RGB 208 175 220 -
CMYK 0.05 0.20 0 0.14
HSL 284º 0.39% 0.77% -
HSV(B) 284º 0.2% 0.86% -
XYZ 54.26 49.24 74.35 -
YUV 190 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 208 175 220 0.05 0.20 0 0.14 284 0.39 0.77
Hex D0 AF DC 5 14 0 E 11C 27 4D
Octal 320 257 334 5 24 0 16 434 47 115
Binary 11010000 10101111 11011100 101 10100 0 1110 100011100 100111 1001101

Color Harmonies of #D0AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDC

Black with #D0AFDC

Text Example


Text Example

White with #D0AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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