Html Css Color HEX #F0DBF9 Blue Chalk

📋 copy color: '#F0DBF9'

red 240 ◦ green 219 ◦ blue 249

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

Shades of Blue Chalk #F0DBF9

Tints of Blue Chalk #F0DBF9

RGB

 RED value IS 240 (94.14% from 255) = 33.9%

 GREEN value IS 219 (85.94% from 255) = 30.93%

 BLUE value IS 249 (97.66% from 255) = 35.17%

R = 33.9%
G = 30.93%
B = 35.17%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0DBF9 (or 0xF0DBF9) is known color: Blue Chalk. HEX triplet: F0, DB and F9. RGB value is (240,219,249). Sum of RGB (Red+Green+Blue) = 240+219+249=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF9 is #0F2406. Grayscale: #E4E4E4. Windows color (decimal): -992263 or 16374768. OLE color: 16374768.

HSL color Cylindrical-coordinate representation of color #F0DBF9: hue angle of 282º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DBF9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 219 249 -
CMYK 0.04 0.12 0 0.02
HSL 282º 0.71% 0.92% -
HSV(B) 282º 0.12% 0.98% -
XYZ 78.37 76.03 100.17 -
YUV 228.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 240 219 249 0.04 0.12 0 0.02 282 0.71 0.92
Hex F0 DB F9 4 C 0 2 11A 47 5C
Octal 360 333 371 4 14 0 2 432 107 134
Binary 11110000 11011011 11111001 100 1100 0 10 100011010 1000111 1011100

Color Harmonies of #F0DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBF9

Black with #F0DBF9

Text Example


Text Example

White with #F0DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBF9; }

 p { color: rgb(240,219,249); }

 H1.HeaderClassName
 {
   color: #F0DBF9;
 }
 .AnyTagClassName
 {
   color: #F0DBF9;
 }
</style>

background-color css

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

 a { background-color: rgb(240,219,249); }

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

border-color css

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

 span { border-color: rgb(240,219,249); }

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