Html Css Color HEX #F1DBFF Blue Chalk

📋 copy color: '#F1DBFF'

red 241 ◦ green 219 ◦ blue 255

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

Shades of Blue Chalk #F1DBFF

Tints of Blue Chalk #F1DBFF

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

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

RGB 241 219 255 -
CMYK 0.05 0.14 0 0
HSL 276.67º 1% 0.93% -
HSV(B) 276.67º 0.14% 1% -
XYZ 79.66 76.58 105.19 -
YUV 229.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 241 219 255 0.05 0.14 0 0 276.67 1 0.93
Hex F1 DB FF 5 E 0 0 115 64 5D
Octal 361 333 377 5 16 0 0 425 144 135
Binary 11110001 11011011 11111111 101 1110 0 0 100010101 1100100 1011101

Color Harmonies of #F1DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBFF

Black with #F1DBFF

Text Example


Text Example

White with #F1DBFF

Text Example


Text Example

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