#EFDCF6

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

Shades of Blue Chalk #EFDCF6

Tints of Blue Chalk #EFDCF6

Color information

#EFDCF6 (or 0xEFDCF6) is unknown color: approx Blue Chalk. HEX triplet: EF, DC and F6. RGB value is (239,220,246). Sum of RGB (Red+Green+Blue) = 239+220+246=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF6 is #102309. Grayscale: #E4E4E4. Windows color (decimal): -1057546 or 16178415. OLE color: 16178415.

HSL color Cylindrical-coordinate representation of color #EFDCF6: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDCF6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239220246-
CMYK0.030.1100.04
HSL283.85º59.09%91.37%-
HSV(B)283.85º10.57%96.47%-
XYZ77.8276.1997.79-
YUV228.64137.79135.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=33.90%
G=31.21%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392202460.030.1100.04283.8559.0991.37
HexEFDCF63B0411c3b5b
Octal3573343663130443473133
Binary11101111110111001111011011101101001000111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF6; }

 p { color: rgb(239,220,246); }

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

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

 a { background-color: rgb(239,220,246); }

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

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

 span { border-color: rgb(239,220,246); }

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