Html Css Color HEX #EBCAFE Blue Chalk

📋 copy color: '#EBCAFE'

red 235 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #EBCAFE

Tints of Blue Chalk #EBCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.76%

R = 34.01%
G = 29.23%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBCAFE (or 0xEBCAFE) is known color: Blue Chalk. HEX triplet: EB, CA and FE. RGB value is (235,202,254). Sum of RGB (Red+Green+Blue) = 235+202+254=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAFE is #143501. Grayscale: #D9D9D9. Windows color (decimal): -1324290 or 16698091. OLE color: 16698091.

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

Color convert

RGB 235 202 254 -
CMYK 0.07 0.20 0 0.00
HSL 278.08º 0.96% 0.89% -
HSV(B) 278.08º 0.2% 1% -
XYZ 73.27 67.06 102.85 -
YUV 217.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 235 202 254 0.07 0.20 0 0.00 278.08 0.96 0.89
Hex EB CA FE 7 14 0 0 116 60 59
Octal 353 312 376 7 24 0 0 426 140 131
Binary 11101011 11001010 11111110 111 10100 0 0 100010110 1100000 1011001

Color Harmonies of #EBCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAFE

Black with #EBCAFE

Text Example


Text Example

White with #EBCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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