Html Css Color HEX #EFD3FA Blue Chalk

📋 copy color: '#EFD3FA'

red 239 ◦ green 211 ◦ blue 250

#EFD3FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EFD3FA

Tints of Blue Chalk #EFD3FA

RGB

 RED value IS 239 (93.75% from 255) = 34.14%

 GREEN value IS 211 (82.81% from 255) = 30.14%

 BLUE value IS 250 (98.05% from 255) = 35.71%

R = 34.14%
G = 30.14%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD3FA (or 0xEFD3FA) is known color: Blue Chalk. HEX triplet: EF, D3 and FA. RGB value is (239,211,250). Sum of RGB (Red+Green+Blue) = 239+211+250=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3FA is #102C05. Grayscale: #DFDFDF. Windows color (decimal): -1059846 or 16438255. OLE color: 16438255.

HSL color Cylindrical-coordinate representation of color #EFD3FA: hue angle of 283.08º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD3FA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 211 250 -
CMYK 0.04 0.16 0 0.02
HSL 283.08º 0.8% 0.9% -
HSV(B) 283.08º 0.16% 0.98% -
XYZ 76.15 71.84 100.3 -
YUV 223.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 239 211 250 0.04 0.16 0 0.02 283.08 0.8 0.9
Hex EF D3 FA 4 10 0 2 11B 50 5A
Octal 357 323 372 4 20 0 2 433 120 132
Binary 11101111 11010011 11111010 100 10000 0 10 100011011 1010000 1011010

Color Harmonies of #EFD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3FA

Black with #EFD3FA

Text Example


Text Example

White with #EFD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3FA; }

 p { color: rgb(239,211,250); }

 H1.HeaderClassName
 {
   color: #EFD3FA;
 }
 .AnyTagClassName
 {
   color: #EFD3FA;
 }
</style>

background-color css

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

 a { background-color: rgb(239,211,250); }

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

border-color css

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

 span { border-color: rgb(239,211,250); }

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