#F3DBFF

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

Shades of Blue Chalk #F3DBFF

Tints of Blue Chalk #F3DBFF

Color information

#F3DBFF (or 0xF3DBFF) is unknown color: approx Blue Chalk. HEX triplet: F3, DB and FF. RGB value is (243,219,255). Sum of RGB (Red+Green+Blue) = 243+219+255=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 219 (85.94% from 255 or 30.54% 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 #F3DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFF is #0C2400. Grayscale: #E6E6E6. Windows color (decimal): -795649 or 16767987. OLE color: 16767987.

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

Color convert

RGB243219255-
CMYK0.050.1400
HSL280º100%92.94%-
HSV(B)280º14.12%100%-
XYZ80.3476.94105.22-
YUV230.28141.95137.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.89%
GREEN value IS 219 (85.94% from 255) = 30.54%
BLUE value IS 255 (100% from 255) = 35.56%
R=33.89%
G=30.54%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432192550.050.140028010092.94
HexF3DBFF5E00118645d
Octal36333337751600430144135
Binary11110011110110111111111110111100010001100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBFF; }

 p { color: rgb(243,219,255); }

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

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

 a { background-color: rgb(243,219,255); }

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

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

 span { border-color: rgb(243,219,255); }

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