Html Css Color HEX #EBC8F9 Blue Chalk

📋 copy color: '#EBC8F9'

red 235 ◦ green 200 ◦ blue 249

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

Shades of Blue Chalk #EBC8F9

Tints of Blue Chalk #EBC8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 34.36%
G = 29.24%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC8F9 (or 0xEBC8F9) is known color: Blue Chalk. HEX triplet: EB, C8 and F9. RGB value is (235,200,249). Sum of RGB (Red+Green+Blue) = 235+200+249=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F9 is #143706. Grayscale: #D7D7D7. Windows color (decimal): -1324807 or 16369899. OLE color: 16369899.

HSL color Cylindrical-coordinate representation of color #EBC8F9: hue angle of 282.86º degrees, saturation: 0.8, 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 #EBC8F9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 200 249 -
CMYK 0.06 0.20 0 0.02
HSL 282.86º 0.8% 0.88% -
HSV(B) 282.86º 0.2% 0.98% -
XYZ 72.01 65.81 98.53 -
YUV 216.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 235 200 249 0.06 0.20 0 0.02 282.86 0.8 0.88
Hex EB C8 F9 6 14 0 2 11B 50 58
Octal 353 310 371 6 24 0 2 433 120 130
Binary 11101011 11001000 11111001 110 10100 0 10 100011011 1010000 1011000

Color Harmonies of #EBC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8F9

Black with #EBC8F9

Text Example


Text Example

White with #EBC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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