#EFDBFE

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

Shades of Blue Chalk #EFDBFE

Tints of Blue Chalk #EFDBFE

Color information

#EFDBFE (or 0xEFDBFE) is unknown color: approx Blue Chalk. HEX triplet: EF, DB and FE. RGB value is (239,219,254). Sum of RGB (Red+Green+Blue) = 239+219+254=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFE is #102401. Grayscale: #E4E4E4. Windows color (decimal): -1057794 or 16702447. OLE color: 16702447.

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

Color convert

RGB239219254-
CMYK0.060.1400.00
HSL274.29º94.59%92.75%-
HSV(B)274.29º13.78%99.61%-
XYZ78.8276.17104.31-
YUV228.97142.13135.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=33.57%
G=30.76%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392192540.060.1400.00274.2994.5992.75
HexEFDBFE6E001125f5d
Octal35733337661600422137135
Binary11101111110110111111111011011100010001001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBFE; }

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

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

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

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

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

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

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

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