#D8AFE6

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

Shades of Prelude #D8AFE6

Tints of Prelude #D8AFE6

Color information

#D8AFE6 (or 0xD8AFE6) is unknown color: approx Prelude. HEX triplet: D8, AF and E6. RGB value is (216,175,230). Sum of RGB (Red+Green+Blue) = 216+175+230=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFE6 is #275019. Grayscale: #C1C1C1. Windows color (decimal): -2576410 or 15118296. OLE color: 15118296.

HSL color Cylindrical-coordinate representation of color #D8AFE6: hue angle of 284.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8AFE6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216175230-
CMYK0.060.2400.10
HSL284.73º52.38%79.41%-
HSV(B)284.73º23.91%90.2%-
XYZ57.9350.9781.65-
YUV193.53148.58144.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=34.78%
G=28.18%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161752300.060.2400.10284.7352.3879.41
HexD8AFE66180A11d344f
Octal33025734663001243564117
Binary11011000101011111110011011011000010101000111011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFE6; }

 p { color: rgb(216,175,230); }

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

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

 a { background-color: rgb(216,175,230); }

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

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

 span { border-color: rgb(216,175,230); }

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