#EFD2F7

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

Shades of Blue Chalk #EFD2F7

Tints of Blue Chalk #EFD2F7

Color information

#EFD2F7 (or 0xEFD2F7) is unknown color: approx Blue Chalk. HEX triplet: EF, D2 and F7. RGB value is (239,210,247). Sum of RGB (Red+Green+Blue) = 239+210+247=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFD2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2F7 is #102D08. Grayscale: #DEDEDE. Windows color (decimal): -1060105 or 16241391. OLE color: 16241391.

HSL color Cylindrical-coordinate representation of color #EFD2F7: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD2F7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239210247-
CMYK0.030.1500.03
HSL287.03º69.81%89.61%-
HSV(B)287.03º14.98%96.86%-
XYZ75.4371.1697.76-
YUV222.89141.61139.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 210 (82.42% from 255) = 30.17%
BLUE value IS 247 (96.88% from 255) = 35.49%
R=34.34%
G=30.17%
B=35.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392102470.030.1500.03287.0369.8189.61
HexEFD2F73F0311f465a
Octal35732236731703437106132
Binary11101111110100101111011111111101110001111110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2F7; }

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

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

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

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

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

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

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

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