Html Css Color HEX #EBCAFF Blue Chalk

📋 copy color: '#EBCAFF'

red 235 ◦ green 202 ◦ blue 255

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

Shades of Blue Chalk #EBCAFF

Tints of Blue Chalk #EBCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.19%

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

R = 33.96%
G = 29.19%
B = 36.85%

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

#EBCAFF (or 0xEBCAFF) is known color: Blue Chalk. HEX triplet: EB, CA and FF. RGB value is (235,202,255). Sum of RGB (Red+Green+Blue) = 235+202+255=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAFF is #143500. Grayscale: #D9D9D9. Windows color (decimal): -1324289 or 16763627. OLE color: 16763627.

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

Color convert

RGB 235 202 255 -
CMYK 0.08 0.21 0 0
HSL 277.36º 1% 0.9% -
HSV(B) 277.36º 0.21% 1% -
XYZ 73.43 67.12 103.69 -
YUV 217.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 235 202 255 0.08 0.21 0 0 277.36 1 0.9
Hex EB CA FF 8 15 0 0 115 64 5A
Octal 353 312 377 10 25 0 0 425 144 132
Binary 11101011 11001010 11111111 1000 10101 0 0 100010101 1100100 1011010

Color Harmonies of #EBCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAFF

Black with #EBCAFF

Text Example


Text Example

White with #EBCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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