Html Css Color HEX #EBC9FC Blue Chalk

📋 copy color: '#EBC9FC'

red 235 ◦ green 201 ◦ blue 252

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

Shades of Blue Chalk #EBC9FC

Tints of Blue Chalk #EBC9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.22%

 BLUE value IS 252 (98.83% from 255) = 36.63%

R = 34.16%
G = 29.22%
B = 36.63%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBC9FC (or 0xEBC9FC) is known color: Blue Chalk. HEX triplet: EB, C9 and FC. RGB value is (235,201,252). Sum of RGB (Red+Green+Blue) = 235+201+252=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FC is #143603. Grayscale: #D8D8D8. Windows color (decimal): -1324548 or 16566763. OLE color: 16566763.

HSL color Cylindrical-coordinate representation of color #EBC9FC: hue angle of 280º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC9FC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 201 252 -
CMYK 0.07 0.20 0 0.01
HSL 280º 0.89% 0.89% -
HSV(B) 280º 0.2% 0.99% -
XYZ 72.72 66.46 101.09 -
YUV 216.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 235 201 252 0.07 0.20 0 0.01 280 0.89 0.89
Hex EB C9 FC 7 14 0 1 118 59 59
Octal 353 311 374 7 24 0 1 430 131 131
Binary 11101011 11001001 11111100 111 10100 0 1 100011000 1011001 1011001

Color Harmonies of #EBC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9FC

Black with #EBC9FC

Text Example


Text Example

White with #EBC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9FC; }

 p { color: rgb(235,201,252); }

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

background-color css

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

 a { background-color: rgb(235,201,252); }

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

border-color css

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

 span { border-color: rgb(235,201,252); }

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