Html Css Color HEX #EFC3F9 Blue Chalk

📋 copy color: '#EFC3F9'

red 239 ◦ green 195 ◦ blue 249

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

Shades of Blue Chalk #EFC3F9

Tints of Blue Chalk #EFC3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 34.99%
G = 28.55%
B = 36.46%

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

#EFC3F9 (or 0xEFC3F9) is known color: Blue Chalk. HEX triplet: EF, C3 and F9. RGB value is (239,195,249). Sum of RGB (Red+Green+Blue) = 239+195+249=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F9 is #103C06. Grayscale: #D6D6D6. Windows color (decimal): -1063943 or 16368623. OLE color: 16368623.

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

Color convert

RGB 239 195 249 -
CMYK 0.04 0.22 0 0.02
HSL 288.89º 0.82% 0.87% -
HSV(B) 288.89º 0.22% 0.98% -
XYZ 72.21 64.22 98.21 -
YUV 214.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 239 195 249 0.04 0.22 0 0.02 288.89 0.82 0.87
Hex EF C3 F9 4 16 0 2 121 52 57
Octal 357 303 371 4 26 0 2 441 122 127
Binary 11101111 11000011 11111001 100 10110 0 10 100100001 1010010 1010111

Color Harmonies of #EFC3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3F9

Black with #EFC3F9

Text Example


Text Example

White with #EFC3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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