#EFD7FF

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

Shades of Blue Chalk #EFD7FF

Tints of Blue Chalk #EFD7FF

Color information

#EFD7FF (or 0xEFD7FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and FF. RGB value is (239,215,255). Sum of RGB (Red+Green+Blue) = 239+215+255=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FF is #102800. Grayscale: #E2E2E2. Windows color (decimal): -1058817 or 16766959. OLE color: 16766959.

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

Color convert

RGB239215255-
CMYK0.060.1600
HSL276º100%92.16%-
HSV(B)276º15.69%100%-
XYZ77.9574.17104.82-
YUV226.74143.95136.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 215 (84.38% from 255) = 30.32%
BLUE value IS 255 (100% from 255) = 35.97%
R=33.71%
G=30.32%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392152550.060.160027610092.16
HexEFD7FF61000114645c
Octal35732737762000424144134
Binary111011111101011111111111110100000010001010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7FF; }

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

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

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

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

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

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

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

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