Html Css Color HEX #EBC9FF Blue Chalk

📋 copy color: '#EBC9FF'

red 235 ◦ green 201 ◦ blue 255

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

Shades of Blue Chalk #EBC9FF

Tints of Blue Chalk #EBC9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.9%

R = 34.01%
G = 29.09%
B = 36.9%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBC9FF (or 0xEBC9FF) is known color: Blue Chalk. HEX triplet: EB, C9 and FF. RGB value is (235,201,255). Sum of RGB (Red+Green+Blue) = 235+201+255=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FF is #143600. Grayscale: #D9D9D9. Windows color (decimal): -1324545 or 16763371. OLE color: 16763371.

HSL color Cylindrical-coordinate representation of color #EBC9FF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC9FF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 201 255 -
CMYK 0.08 0.21 0 0
HSL 277.78º 1% 0.89% -
HSV(B) 277.78º 0.21% 1% -
XYZ 73.2 66.66 103.62 -
YUV 217.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 235 201 255 0.08 0.21 0 0 277.78 1 0.89
Hex EB C9 FF 8 15 0 0 116 64 59
Octal 353 311 377 10 25 0 0 426 144 131
Binary 11101011 11001001 11111111 1000 10101 0 0 100010110 1100100 1011001

Color Harmonies of #EBC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9FF

Black with #EBC9FF

Text Example


Text Example

White with #EBC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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