Html Css Color HEX #F1DAFF Blue Chalk

📋 copy color: '#F1DAFF'

red 241 ◦ green 218 ◦ blue 255

#F1DAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F1DAFF

Tints of Blue Chalk #F1DAFF

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 value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1DAFF (or 0xF1DAFF) is known color: 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

RGB 241 218 255 -
CMYK 0.05 0.15 0 0
HSL 277.3º 1% 0.93% -
HSV(B) 277.3º 0.15% 1% -
XYZ 79.4 76.06 105.1 -
YUV 229.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 241 218 255 0.05 0.15 0 0 277.3 1 0.93
Hex F1 DA FF 5 F 0 0 115 64 5D
Octal 361 332 377 5 17 0 0 425 144 135
Binary 11110001 11011010 11111111 101 1111 0 0 100010101 1100100 1011101

Color Harmonies of #F1DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAFF

Black with #F1DAFF

Text Example


Text Example

White with #F1DAFF

Text Example


Text Example

HTML Codes & Css Web 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>