#F7DBFF

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

Shades of Selago #F7DBFF

Tints of Selago #F7DBFF

Color information

#F7DBFF (or 0xF7DBFF) is unknown color: approx Selago. HEX triplet: F7, DB and FF. RGB value is (247,219,255). Sum of RGB (Red+Green+Blue) = 247+219+255=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBFF is #082400. Grayscale: #E7E7E7. Windows color (decimal): -533505 or 16767991. OLE color: 16767991.

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

Color convert

RGB247219255-
CMYK0.030.1400
HSL286.67º100%92.94%-
HSV(B)286.67º14.12%100%-
XYZ81.7477.66105.29-
YUV231.48141.28139.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.26%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 255 (100% from 255) = 35.37%
R=34.26%
G=30.37%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472192550.030.1400286.6710092.94
HexF7DBFF3E0011f645d
Octal36733337731600437144135
Binary1111011111011011111111111111100010001111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DBFF; }

 p { color: rgb(247,219,255); }

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

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

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

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

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

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

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