#F4DBFF

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

Shades of Blue Chalk #F4DBFF

Tints of Blue Chalk #F4DBFF

Color information

#F4DBFF (or 0xF4DBFF) is unknown color: approx Blue Chalk. HEX triplet: F4, DB and FF. RGB value is (244,219,255). Sum of RGB (Red+Green+Blue) = 244+219+255=718 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.98% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFF is #0B2400. Grayscale: #E6E6E6. Windows color (decimal): -730113 or 16767988. OLE color: 16767988.

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

Color convert

RGB244219255-
CMYK0.040.1400
HSL281.67º100%92.94%-
HSV(B)281.67º14.12%100%-
XYZ80.6977.12105.24-
YUV230.58141.78137.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.98%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 255 (100% from 255) = 35.52%
R=33.98%
G=30.50%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442192550.040.1400281.6710092.94
HexF4DBFF4E0011a645d
Octal36433337741600432144135
Binary11110100110110111111111110011100010001101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DBFF; }

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

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

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

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

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

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

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

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