#FFD8FF

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

Shades of Selago #FFD8FF

Tints of Selago #FFD8FF

Color information

#FFD8FF (or 0xFFD8FF) is unknown color: approx Selago. HEX triplet: FF, D8 and FF. RGB value is (255,216,255). Sum of RGB (Red+Green+Blue) = 255+216+255=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 216 (84.77% from 255 or 29.75% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8FF is #002700. Grayscale: #E7E7E7. Windows color (decimal): -9985 or 16767231. OLE color: 16767231.

HSL color Cylindrical-coordinate representation of color #FFD8FF: hue angle of 300º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8FF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255216255-
CMYK00.1500
HSL300º100%92.35%-
HSV(B)300º15.29%100%-
XYZ83.8577.59105.17-
YUV232.11140.92144.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 216 (84.77% from 255) = 29.75%
BLUE value IS 255 (100% from 255) = 35.12%
R=35.12%
G=29.75%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521625500.150030010092.35
HexFFD8FF0F0012c645c
Octal37733037701700454144134
Binary111111111101100011111111011110010010110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8FF; }

 p { color: rgb(255,216,255); }

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

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

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

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

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

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

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