Html Css Color HEX #EFD1FA Blue Chalk

📋 copy color: '#EFD1FA'

red 239 ◦ green 209 ◦ blue 250

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

Shades of Blue Chalk #EFD1FA

Tints of Blue Chalk #EFD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.94%

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

R = 34.24%
G = 29.94%
B = 35.82%

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

#EFD1FA (or 0xEFD1FA) is known color: Blue Chalk. HEX triplet: EF, D1 and FA. RGB value is (239,209,250). Sum of RGB (Red+Green+Blue) = 239+209+250=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FA is #102E05. Grayscale: #DEDEDE. Windows color (decimal): -1060358 or 16437743. OLE color: 16437743.

HSL color Cylindrical-coordinate representation of color #EFD1FA: hue angle of 283.9º 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 #EFD1FA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 209 250 -
CMYK 0.04 0.16 0 0.02
HSL 283.9º 0.8% 0.9% -
HSV(B) 283.9º 0.16% 0.98% -
XYZ 75.65 70.85 100.13 -
YUV 222.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 239 209 250 0.04 0.16 0 0.02 283.9 0.8 0.9
Hex EF D1 FA 4 10 0 2 11C 50 5A
Octal 357 321 372 4 20 0 2 434 120 132
Binary 11101111 11010001 11111010 100 10000 0 10 100011100 1010000 1011010

Color Harmonies of #EFD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1FA

Black with #EFD1FA

Text Example


Text Example

White with #EFD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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