#F5DBFF

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

Shades of Blue Chalk #F5DBFF

Tints of Blue Chalk #F5DBFF

Color information

#F5DBFF (or 0xF5DBFF) is unknown color: approx Blue Chalk. HEX triplet: F5, DB and FF. RGB value is (245,219,255). Sum of RGB (Red+Green+Blue) = 245+219+255=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFF is #0A2400. Grayscale: #E6E6E6. Windows color (decimal): -664577 or 16767989. OLE color: 16767989.

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

Color convert

RGB245219255-
CMYK0.040.1400
HSL283.33º100%92.94%-
HSV(B)283.33º14.12%100%-
XYZ81.0477.3105.26-
YUV230.88141.61138.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.08%
GREEN value IS 219 (85.94% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 35.47%
R=34.08%
G=30.46%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452192550.040.1400283.3310092.94
HexF5DBFF4E0011b645d
Octal36533337741600433144135
Binary11110101110110111111111110011100010001101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DBFF; }

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

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

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

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

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

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

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

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