Html Css Color HEX #EBC8FA Blue Chalk

📋 copy color: '#EBC8FA'

red 235 ◦ green 200 ◦ blue 250

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

Shades of Blue Chalk #EBC8FA

Tints of Blue Chalk #EBC8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.2%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 34.31%
G = 29.2%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC8FA (or 0xEBC8FA) is known color: Blue Chalk. HEX triplet: EB, C8 and FA. RGB value is (235,200,250). Sum of RGB (Red+Green+Blue) = 235+200+250=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FA is #143705. Grayscale: #D8D8D8. Windows color (decimal): -1324806 or 16435435. OLE color: 16435435.

HSL color Cylindrical-coordinate representation of color #EBC8FA: hue angle of 282º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC8FA is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 200 250 -
CMYK 0.06 0.2 0 0.02
HSL 282º 0.83% 0.88% -
HSV(B) 282º 0.2% 0.98% -
XYZ 72.17 65.87 99.35 -
YUV 216.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 235 200 250 0.06 0.2 0 0.02 282 0.83 0.88
Hex EB C8 FA 6 14 0 2 11A 53 58
Octal 353 310 372 6 24 0 2 432 123 130
Binary 11101011 11001000 11111010 110 10100 0 10 100011010 1010011 1011000

Color Harmonies of #EBC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8FA

Black with #EBC8FA

Text Example


Text Example

White with #EBC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8FA; }

 p { color: rgb(235,200,250); }

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

background-color css

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

 a { background-color: rgb(235,200,250); }

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

border-color css

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

 span { border-color: rgb(235,200,250); }

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