Html Css Color HEX #EFC7FC Blue Chalk

📋 copy color: '#EFC7FC'

red 239 ◦ green 199 ◦ blue 252

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

Shades of Blue Chalk #EFC7FC

Tints of Blue Chalk #EFC7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.52%

R = 34.64%
G = 28.84%
B = 36.52%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFC7FC (or 0xEFC7FC) is known color: Blue Chalk. HEX triplet: EF, C7 and FC. RGB value is (239,199,252). Sum of RGB (Red+Green+Blue) = 239+199+252=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FC is #103803. Grayscale: #D8D8D8. Windows color (decimal): -1062916 or 16566255. OLE color: 16566255.

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

Color convert

RGB 239 199 252 -
CMYK 0.05 0.21 0 0.01
HSL 285.28º 0.9% 0.88% -
HSV(B) 285.28º 0.21% 0.99% -
XYZ 73.59 66.23 101 -
YUV 217 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 239 199 252 0.05 0.21 0 0.01 285.28 0.9 0.88
Hex EF C7 FC 5 15 0 1 11D 5A 58
Octal 357 307 374 5 25 0 1 435 132 130
Binary 11101111 11000111 11111100 101 10101 0 1 100011101 1011010 1011000

Color Harmonies of #EFC7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7FC

Black with #EFC7FC

Text Example


Text Example

White with #EFC7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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