Html Css Color HEX #EFC3F7 Blue Chalk

📋 copy color: '#EFC3F7'

red 239 ◦ green 195 ◦ blue 247

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

Shades of Blue Chalk #EFC3F7

Tints of Blue Chalk #EFC3F7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.63%

 BLUE value IS 247 (96.88% from 255) = 36.27%

R = 35.1%
G = 28.63%
B = 36.27%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFC3F7 (or 0xEFC3F7) is known color: Blue Chalk. HEX triplet: EF, C3 and F7. RGB value is (239,195,247). Sum of RGB (Red+Green+Blue) = 239+195+247=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFC3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F7 is #103C08. Grayscale: #D5D5D5. Windows color (decimal): -1063945 or 16237551. OLE color: 16237551.

HSL color Cylindrical-coordinate representation of color #EFC3F7: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC3F7 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 195 247 -
CMYK 0.03 0.21 0 0.03
HSL 290.77º 0.76% 0.87% -
HSV(B) 290.77º 0.21% 0.97% -
XYZ 71.9 64.1 96.58 -
YUV 214.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 239 195 247 0.03 0.21 0 0.03 290.77 0.76 0.87
Hex EF C3 F7 3 15 0 3 123 4C 57
Octal 357 303 367 3 25 0 3 443 114 127
Binary 11101111 11000011 11110111 11 10101 0 11 100100011 1001100 1010111

Color Harmonies of #EFC3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3F7

Black with #EFC3F7

Text Example


Text Example

White with #EFC3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3F7; }

 p { color: rgb(239,195,247); }

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

background-color css

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

 a { background-color: rgb(239,195,247); }

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

border-color css

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

 span { border-color: rgb(239,195,247); }

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