#F1DAFF

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

Shades of Blue Chalk #F1DAFF

Tints of Blue Chalk #F1DAFF

Color information

#F1DAFF (or 0xF1DAFF) is unknown color: approx Blue Chalk. HEX triplet: F1, DA and FF. RGB value is (241,218,255). Sum of RGB (Red+Green+Blue) = 241+218+255=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAFF is #0E2500. Grayscale: #E4E4E4. Windows color (decimal): -926977 or 16767729. OLE color: 16767729.

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

Color convert

RGB241218255-
CMYK0.050.1500
HSL277.3º100%92.75%-
HSV(B)277.3º14.51%100%-
XYZ79.476.06105.1-
YUV229.09142.62136.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 255 (100% from 255) = 35.71%
R=33.75%
G=30.53%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412182550.050.1500277.310092.75
HexF1DAFF5F00115645d
Octal36133237751700425144135
Binary11110001110110101111111110111110010001010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAFF; }

 p { color: rgb(241,218,255); }

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

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

 a { background-color: rgb(241,218,255); }

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

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

 span { border-color: rgb(241,218,255); }

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