#EFD2FF

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

Shades of Blue Chalk #EFD2FF

Tints of Blue Chalk #EFD2FF

Color information

#EFD2FF (or 0xEFD2FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D2 and FF. RGB value is (239,210,255). Sum of RGB (Red+Green+Blue) = 239+210+255=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 210 (82.42% from 255 or 29.83% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2FF is #102D00. Grayscale: #DFDFDF. Windows color (decimal): -1060097 or 16765679. OLE color: 16765679.

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

Color convert

RGB239210255-
CMYK0.060.1800
HSL278.67º100%91.18%-
HSV(B)278.67º17.65%100%-
XYZ76.6971.66104.4-
YUV223.8145.61138.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 210 (82.42% from 255) = 29.83%
BLUE value IS 255 (100% from 255) = 36.22%
R=33.95%
G=29.83%
B=36.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392102550.060.1800278.6710091.18
HexEFD2FF61200117645b
Octal35732237762200427144133
Binary111011111101001011111111110100100010001011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2FF; }

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

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

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

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

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

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

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

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