Html Css Color HEX #EBC3F3 Blue Chalk

📋 copy color: '#EBC3F3'

red 235 ◦ green 195 ◦ blue 243

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

Shades of Blue Chalk #EBC3F3

Tints of Blue Chalk #EBC3F3

RGB

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

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

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

R = 34.92%
G = 28.97%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBC3F3 (or 0xEBC3F3) is known color: Blue Chalk. HEX triplet: EB, C3 and F3. RGB value is (235,195,243). Sum of RGB (Red+Green+Blue) = 235+195+243=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3F3 is #143C0C. Grayscale: #D4D4D4. Windows color (decimal): -1326093 or 15975403. OLE color: 15975403.

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

Color convert

RGB 235 195 243 -
CMYK 0.03 0.20 0 0.05
HSL 290º 0.67% 0.86% -
HSV(B) 290º 0.2% 0.95% -
XYZ 69.95 63.16 93.3 -
YUV 212.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 235 195 243 0.03 0.20 0 0.05 290 0.67 0.86
Hex EB C3 F3 3 14 0 5 122 43 56
Octal 353 303 363 3 24 0 5 442 103 126
Binary 11101011 11000011 11110011 11 10100 0 101 100100010 1000011 1010110

Color Harmonies of #EBC3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3F3

Black with #EBC3F3

Text Example


Text Example

White with #EBC3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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