#D0AFE1

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

Shades of Prelude #D0AFE1

Tints of Prelude #D0AFE1

Color information

#D0AFE1 (or 0xD0AFE1) is unknown color: approx Prelude. HEX triplet: D0, AF and E1. RGB value is (208,175,225). Sum of RGB (Red+Green+Blue) = 208+175+225=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFE1 is #2F501E. Grayscale: #BEBEBE. Windows color (decimal): -3100703 or 14790608. OLE color: 14790608.

HSL color Cylindrical-coordinate representation of color #D0AFE1: hue angle of 279.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0AFE1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208175225-
CMYK0.080.2200.12
HSL279.6º45.45%78.43%-
HSV(B)279.6º22.22%88.24%-
XYZ54.9349.5177.89-
YUV190.57147.43140.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=34.21%
G=28.78%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081752250.080.2200.12279.645.4578.43
HexD0AFE18160C1182d4e
Octal320257341102601443055116
Binary110100001010111111100001100010110011001000110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFE1; }

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

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

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

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

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

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

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

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