Html Css Color HEX #EBC5F3 Blue Chalk

📋 copy color: '#EBC5F3'

red 235 ◦ green 197 ◦ blue 243

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

Shades of Blue Chalk #EBC5F3

Tints of Blue Chalk #EBC5F3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.19%

 BLUE value IS 243 (95.31% from 255) = 36%

R = 34.81%
G = 29.19%
B = 36%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBC5F3 (or 0xEBC5F3) is known color: Blue Chalk. HEX triplet: EB, C5 and F3. RGB value is (235,197,243). Sum of RGB (Red+Green+Blue) = 235+197+243=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5F3 is #143A0C. Grayscale: #D5D5D5. Windows color (decimal): -1325581 or 15975915. OLE color: 15975915.

HSL color Cylindrical-coordinate representation of color #EBC5F3: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC5F3 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 197 243 -
CMYK 0.03 0.19 0 0.05
HSL 289.57º 0.66% 0.86% -
HSV(B) 289.57º 0.19% 0.95% -
XYZ 70.4 64.07 93.45 -
YUV 213.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 235 197 243 0.03 0.19 0 0.05 289.57 0.66 0.86
Hex EB C5 F3 3 13 0 5 122 42 56
Octal 353 305 363 3 23 0 5 442 102 126
Binary 11101011 11000101 11110011 11 10011 0 101 100100010 1000010 1010110

Color Harmonies of #EBC5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5F3

Black with #EBC5F3

Text Example


Text Example

White with #EBC5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5F3; }

 p { color: rgb(235,197,243); }

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

background-color css

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

 a { background-color: rgb(235,197,243); }

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

border-color css

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

 span { border-color: rgb(235,197,243); }

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