#F4DAFF

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

Shades of Blue Chalk #F4DAFF

Tints of Blue Chalk #F4DAFF

Color information

#F4DAFF (or 0xF4DAFF) is unknown color: approx Blue Chalk. HEX triplet: F4, DA and FF. RGB value is (244,218,255). Sum of RGB (Red+Green+Blue) = 244+218+255=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAFF is #0B2500. Grayscale: #E5E5E5. Windows color (decimal): -730369 or 16767732. OLE color: 16767732.

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

Color convert

RGB244218255-
CMYK0.040.1500
HSL282.16º100%92.75%-
HSV(B)282.16º14.51%100%-
XYZ80.4376.6105.15-
YUV229.99142.11137.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 218 (85.55% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 35.56%
R=34.03%
G=30.40%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442182550.040.1500282.1610092.75
HexF4DAFF4F0011a645d
Octal36433237741700432144135
Binary11110100110110101111111110011110010001101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DAFF; }

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

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

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

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

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

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

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

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