Html Css Color HEX #EFC4FA Blue Chalk

📋 copy color: '#EFC4FA'

red 239 ◦ green 196 ◦ blue 250

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

Shades of Blue Chalk #EFC4FA

Tints of Blue Chalk #EFC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.61%

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

R = 34.89%
G = 28.61%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC4FA (or 0xEFC4FA) is known color: Blue Chalk. HEX triplet: EF, C4 and FA. RGB value is (239,196,250). Sum of RGB (Red+Green+Blue) = 239+196+250=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FA is #103B05. Grayscale: #D6D6D6. Windows color (decimal): -1063686 or 16434415. OLE color: 16434415.

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

Color convert

RGB 239 196 250 -
CMYK 0.04 0.22 0 0.02
HSL 287.78º 0.84% 0.87% -
HSV(B) 287.78º 0.22% 0.98% -
XYZ 72.59 64.73 99.11 -
YUV 215.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 239 196 250 0.04 0.22 0 0.02 287.78 0.84 0.87
Hex EF C4 FA 4 16 0 2 120 54 57
Octal 357 304 372 4 26 0 2 440 124 127
Binary 11101111 11000100 11111010 100 10110 0 10 100100000 1010100 1010111

Color Harmonies of #EFC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4FA

Black with #EFC4FA

Text Example


Text Example

White with #EFC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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