Html Css Color HEX #F0D7FF Blue Chalk

📋 copy color: '#F0D7FF'

red 240 ◦ green 215 ◦ blue 255

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

Shades of Blue Chalk #F0D7FF

Tints of Blue Chalk #F0D7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.28%

 BLUE value IS 255 (100% from 255) = 35.92%

R = 33.8%
G = 30.28%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0D7FF (or 0xF0D7FF) is known color: Blue Chalk. HEX triplet: F0, D7 and FF. RGB value is (240,215,255). Sum of RGB (Red+Green+Blue) = 240+215+255=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 215 (84.38% from 255 or 30.28% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7FF is #0F2800. Grayscale: #E2E2E2. Windows color (decimal): -993281 or 16766960. OLE color: 16766960.

HSL color Cylindrical-coordinate representation of color #F0D7FF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D7FF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 215 255 -
CMYK 0.06 0.16 0 0
HSL 277.5º 1% 0.92% -
HSV(B) 277.5º 0.16% 1% -
XYZ 78.29 74.35 104.83 -
YUV 227.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 240 215 255 0.06 0.16 0 0 277.5 1 0.92
Hex F0 D7 FF 6 10 0 0 116 64 5C
Octal 360 327 377 6 20 0 0 426 144 134
Binary 11110000 11010111 11111111 110 10000 0 0 100010110 1100100 1011100

Color Harmonies of #F0D7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7FF

Black with #F0D7FF

Text Example


Text Example

White with #F0D7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7FF; }

 p { color: rgb(240,215,255); }

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

background-color css

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

 a { background-color: rgb(240,215,255); }

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

border-color css

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

 span { border-color: rgb(240,215,255); }

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