Html Css Color HEX #EBC4F5 Blue Chalk

📋 copy color: '#EBC4F5'

red 235 ◦ green 196 ◦ blue 245

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

Shades of Blue Chalk #EBC4F5

Tints of Blue Chalk #EBC4F5

RGB

 RED value IS 235 (92.19% from 255) = 34.76%

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

 BLUE value IS 245 (96.09% from 255) = 36.24%

R = 34.76%
G = 28.99%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBC4F5 (or 0xEBC4F5) is known color: Blue Chalk. HEX triplet: EB, C4 and F5. RGB value is (235,196,245). Sum of RGB (Red+Green+Blue) = 235+196+245=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBC4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4F5 is #143B0A. Grayscale: #D5D5D5. Windows color (decimal): -1325835 or 16106731. OLE color: 16106731.

HSL color Cylindrical-coordinate representation of color #EBC4F5: hue angle of 287.76º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC4F5 is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 196 245 -
CMYK 0.04 0.2 0 0.04
HSL 287.76º 0.71% 0.86% -
HSV(B) 287.76º 0.2% 0.96% -
XYZ 70.48 63.73 94.97 -
YUV 213.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 235 196 245 0.04 0.2 0 0.04 287.76 0.71 0.86
Hex EB C4 F5 4 14 0 4 120 47 56
Octal 353 304 365 4 24 0 4 440 107 126
Binary 11101011 11000100 11110101 100 10100 0 100 100100000 1000111 1010110

Color Harmonies of #EBC4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4F5

Black with #EBC4F5

Text Example


Text Example

White with #EBC4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4F5; }

 p { color: rgb(235,196,245); }

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

background-color css

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

 a { background-color: rgb(235,196,245); }

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

border-color css

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

 span { border-color: rgb(235,196,245); }

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