#F1DBFF

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

Shades of Blue Chalk #F1DBFF

Tints of Blue Chalk #F1DBFF

Color information

#F1DBFF (or 0xF1DBFF) is unknown color: approx Blue Chalk. HEX triplet: F1, DB and FF. RGB value is (241,219,255). Sum of RGB (Red+Green+Blue) = 241+219+255=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 219 (85.94% from 255 or 30.63% 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 #F1DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBFF is #0E2400. Grayscale: #E5E5E5. Windows color (decimal): -926721 or 16767985. OLE color: 16767985.

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

Color convert

RGB241219255-
CMYK0.050.1400
HSL276.67º100%92.94%-
HSV(B)276.67º14.12%100%-
XYZ79.6676.58105.19-
YUV229.68142.29136.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.71%
GREEN value IS 219 (85.94% from 255) = 30.63%
BLUE value IS 255 (100% from 255) = 35.66%
R=33.71%
G=30.63%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412192550.050.1400276.6710092.94
HexF1DBFF5E00115645d
Octal36133337751600425144135
Binary11110001110110111111111110111100010001010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBFF; }

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

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

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

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

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

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

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

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