#D0AFD4

Color #D0AFD4 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #D0AFD4

Tints of Prelude #D0AFD4

Color information

#D0AFD4 (or 0xD0AFD4) is unknown color: approx Prelude. HEX triplet: D0, AF and D4. RGB value is (208,175,212). Sum of RGB (Red+Green+Blue) = 208+175+212=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD4 is #2F502B. Grayscale: #BCBCBC. Windows color (decimal): -3100716 or 13938640. OLE color: 13938640.

HSL color Cylindrical-coordinate representation of color #D0AFD4: hue angle of 293.51º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0AFD4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208175212-
CMYK0.020.1700.17
HSL293.51º30.08%75.88%-
HSV(B)293.51º17.45%83.14%-
XYZ53.2348.8268.91-
YUV189.08140.93141.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=34.96%
G=29.41%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081752120.020.1700.17293.5130.0875.88
HexD0AFD42110111261e4c
Octal32025732422102144636114
Binary1101000010101111110101001010001010001100100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFD4; }

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

 H1.HeaderClassName
 {
   color: #D0AFD4;
 }
 .AnyTagClassName
 {
   color: #D0AFD4;
 }
</style>
background-color css

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

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

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

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

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

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