#EFD9FD

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

Shades of Blue Chalk #EFD9FD

Tints of Blue Chalk #EFD9FD

Color information

#EFD9FD (or 0xEFD9FD) is unknown color: approx Blue Chalk. HEX triplet: EF, D9 and FD. RGB value is (239,217,253). Sum of RGB (Red+Green+Blue) = 239+217+253=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 217 (85.16% from 255 or 30.61% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9FD is #102602. Grayscale: #E3E3E3. Windows color (decimal): -1058307 or 16636399. OLE color: 16636399.

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

Color convert

RGB239217253-
CMYK0.060.1400.01
HSL276.67º90%92.16%-
HSV(B)276.67º14.23%99.22%-
XYZ78.1475.07103.3-
YUV227.68142.29136.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 217 (85.16% from 255) = 30.61%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=33.71%
G=30.61%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392172530.060.1400.01276.679092.16
HexEFD9FD6E011155a5c
Octal35733137561601425132134
Binary11101111110110011111110111011100110001010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9FD; }

 p { color: rgb(239,217,253); }

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

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

 a { background-color: rgb(239,217,253); }

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

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

 span { border-color: rgb(239,217,253); }

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