Html Css Color HEX #EFC7FB Blue Chalk

📋 copy color: '#EFC7FB'

red 239 ◦ green 199 ◦ blue 251

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

Shades of Blue Chalk #EFC7FB

Tints of Blue Chalk #EFC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.88%

 BLUE value IS 251 (98.44% from 255) = 36.43%

R = 34.69%
G = 28.88%
B = 36.43%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC7FB (or 0xEFC7FB) is known color: Blue Chalk. HEX triplet: EF, C7 and FB. RGB value is (239,199,251). Sum of RGB (Red+Green+Blue) = 239+199+251=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FB is #103804. Grayscale: #D8D8D8. Windows color (decimal): -1062917 or 16500719. OLE color: 16500719.

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

Color convert

RGB 239 199 251 -
CMYK 0.05 0.21 0 0.02
HSL 286.15º 0.87% 0.88% -
HSV(B) 286.15º 0.21% 0.98% -
XYZ 73.43 66.16 100.17 -
YUV 216.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 239 199 251 0.05 0.21 0 0.02 286.15 0.87 0.88
Hex EF C7 FB 5 15 0 2 11E 57 58
Octal 357 307 373 5 25 0 2 436 127 130
Binary 11101111 11000111 11111011 101 10101 0 10 100011110 1010111 1011000

Color Harmonies of #EFC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7FB

Black with #EFC7FB

Text Example


Text Example

White with #EFC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7FB; }

 p { color: rgb(239,199,251); }

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

background-color css

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

 a { background-color: rgb(239,199,251); }

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

border-color css

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

 span { border-color: rgb(239,199,251); }

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