#FFD7FD

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

Shades of Selago #FFD7FD

Tints of Selago #FFD7FD

Color information

#FFD7FD (or 0xFFD7FD) is unknown color: approx Selago. HEX triplet: FF, D7 and FD. RGB value is (255,215,253). Sum of RGB (Red+Green+Blue) = 255+215+253=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 215 (84.38% from 255 or 29.74% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7FD is #002802. Grayscale: #E7E7E7. Windows color (decimal): -10243 or 16635903. OLE color: 16635903.

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

Color convert

RGB255215253-
CMYK00.160.010
HSL303º100%92.16%-
HSV(B)303º15.69%100%-
XYZ83.2776.95103.39-
YUV231.29140.25144.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 215 (84.38% from 255) = 29.74%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=35.27%
G=29.74%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521525300.160.01030310092.16
HexFFD7FD0101012f645c
Octal37732737502010457144134
Binary1111111111010111111111010100001010010111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7FD; }

 p { color: rgb(255,215,253); }

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

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

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

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

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

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

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