Html Css Color HEX #EBC3F5 Blue Chalk

📋 copy color: '#EBC3F5'

red 235 ◦ green 195 ◦ blue 245

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

Shades of Blue Chalk #EBC3F5

Tints of Blue Chalk #EBC3F5

RGB

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

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

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

R = 34.81%
G = 28.89%
B = 36.3%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBC3F5 (or 0xEBC3F5) is known color: Blue Chalk. HEX triplet: EB, C3 and F5. RGB value is (235,195,245). Sum of RGB (Red+Green+Blue) = 235+195+245=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBC3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3F5 is #143C0A. Grayscale: #D4D4D4. Windows color (decimal): -1326091 or 16106475. OLE color: 16106475.

HSL color Cylindrical-coordinate representation of color #EBC3F5: hue angle of 288º 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 #EBC3F5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 195 245 -
CMYK 0.04 0.20 0 0.04
HSL 288º 0.71% 0.86% -
HSV(B) 288º 0.2% 0.96% -
XYZ 70.26 63.28 94.9 -
YUV 212.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 235 195 245 0.04 0.20 0 0.04 288 0.71 0.86
Hex EB C3 F5 4 14 0 4 120 47 56
Octal 353 303 365 4 24 0 4 440 107 126
Binary 11101011 11000011 11110101 100 10100 0 100 100100000 1000111 1010110

Color Harmonies of #EBC3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3F5

Black with #EBC3F5

Text Example


Text Example

White with #EBC3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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