#F0DAFD

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

Shades of Blue Chalk #F0DAFD

Tints of Blue Chalk #F0DAFD

Color information

#F0DAFD (or 0xF0DAFD) is unknown color: approx Blue Chalk. HEX triplet: F0, DA and FD. RGB value is (240,218,253). Sum of RGB (Red+Green+Blue) = 240+218+253=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFD is #0F2502. Grayscale: #E4E4E4. Windows color (decimal): -992515 or 16636656. OLE color: 16636656.

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

Color convert

RGB240218253-
CMYK0.050.1400.01
HSL277.71º89.74%92.35%-
HSV(B)277.71º13.83%99.22%-
XYZ78.7475.76103.4-
YUV228.57141.79136.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=33.76%
G=30.66%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402182530.050.1400.01277.7189.7492.35
HexF0DAFD5E011165a5c
Octal36033237551601426132134
Binary11110000110110101111110110111100110001011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAFD; }

 p { color: rgb(240,218,253); }

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

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

 a { background-color: rgb(240,218,253); }

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

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

 span { border-color: rgb(240,218,253); }

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