#EFD2FE

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

Shades of Blue Chalk #EFD2FE

Tints of Blue Chalk #EFD2FE

Color information

#EFD2FE (or 0xEFD2FE) is unknown color: approx Blue Chalk. HEX triplet: EF, D2 and FE. RGB value is (239,210,254). Sum of RGB (Red+Green+Blue) = 239+210+254=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2FE is #102D01. Grayscale: #DFDFDF. Windows color (decimal): -1060098 or 16700143. OLE color: 16700143.

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

Color convert

RGB239210254-
CMYK0.060.1700.00
HSL279.55º95.65%90.98%-
HSV(B)279.55º17.32%99.61%-
XYZ76.5371.6103.55-
YUV223.69145.11138.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 210 (82.42% from 255) = 29.87%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=34.00%
G=29.87%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392102540.060.1700.00279.5595.6590.98
HexEFD2FE61100118605b
Octal35732237662100430140133
Binary111011111101001011111110110100010010001100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2FE; }

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

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

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

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

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

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

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

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