#EFD8FF

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

Shades of Blue Chalk #EFD8FF

Tints of Blue Chalk #EFD8FF

Color information

#EFD8FF (or 0xEFD8FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D8 and FF. RGB value is (239,216,255). Sum of RGB (Red+Green+Blue) = 239+216+255=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FF is #102700. Grayscale: #E3E3E3. Windows color (decimal): -1058561 or 16767215. OLE color: 16767215.

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

Color convert

RGB239216255-
CMYK0.060.1500
HSL275.38º100%92.35%-
HSV(B)275.38º15.29%100%-
XYZ78.274.68104.9-
YUV227.32143.62136.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 216 (84.77% from 255) = 30.42%
BLUE value IS 255 (100% from 255) = 35.92%
R=33.66%
G=30.42%
B=35.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392162550.060.1500275.3810092.35
HexEFD8FF6F00113645c
Octal35733037761700423144134
Binary11101111110110001111111111011110010001001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8FF; }

 p { color: rgb(239,216,255); }

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

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

 a { background-color: rgb(239,216,255); }

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

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

 span { border-color: rgb(239,216,255); }

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