#F5D7FF

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

Shades of Blue Chalk #F5D7FF

Tints of Blue Chalk #F5D7FF

Color information

#F5D7FF (or 0xF5D7FF) is unknown color: approx Blue Chalk. HEX triplet: F5, D7 and FF. RGB value is (245,215,255). Sum of RGB (Red+Green+Blue) = 245+215+255=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 215 (84.38% from 255 or 30.07% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5D7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7FF is #0A2800. Grayscale: #E4E4E4. Windows color (decimal): -665601 or 16766965. OLE color: 16766965.

HSL color Cylindrical-coordinate representation of color #F5D7FF: hue angle of 285º 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 #F5D7FF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245215255-
CMYK0.040.1600
HSL285º100%92.16%-
HSV(B)285º15.69%100%-
XYZ80.0175.23104.91-
YUV228.53142.94139.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 215 (84.38% from 255) = 30.07%
BLUE value IS 255 (100% from 255) = 35.66%
R=34.27%
G=30.07%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452152550.040.160028510092.16
HexF5D7FF4100011d645c
Octal36532737742000435144134
Binary111101011101011111111111100100000010001110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7FF; }

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

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

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

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

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

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

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

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