#EFDBFC

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

Shades of Blue Chalk #EFDBFC

Tints of Blue Chalk #EFDBFC

Color information

#EFDBFC (or 0xEFDBFC) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and FC. RGB value is (239,219,252). Sum of RGB (Red+Green+Blue) = 239+219+252=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFC is #102403. Grayscale: #E4E4E4. Windows color (decimal): -1057796 or 16571375. OLE color: 16571375.

HSL color Cylindrical-coordinate representation of color #EFDBFC: hue angle of 276.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDBFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239219252-
CMYK0.050.1300.01
HSL276.36º84.62%92.35%-
HSV(B)276.36º13.1%98.82%-
XYZ78.576.04102.64-
YUV228.74141.13135.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=33.66%
G=30.85%
B=35.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392192520.050.1300.01276.3684.6292.35
HexEFDBFC5D01114555c
Octal35733337451501424125134
Binary11101111110110111111110010111010110001010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBFC; }

 p { color: rgb(239,219,252); }

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

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

 a { background-color: rgb(239,219,252); }

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

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

 span { border-color: rgb(239,219,252); }

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