Html Css Color HEX #EBCBF7 Blue Chalk

📋 copy color: '#EBCBF7'

red 235 ◦ green 203 ◦ blue 247

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

Shades of Blue Chalk #EBCBF7

Tints of Blue Chalk #EBCBF7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.64%

 BLUE value IS 247 (96.88% from 255) = 36.06%

R = 34.31%
G = 29.64%
B = 36.06%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBCBF7 (or 0xEBCBF7) is known color: Blue Chalk. HEX triplet: EB, CB and F7. RGB value is (235,203,247). Sum of RGB (Red+Green+Blue) = 235+203+247=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF7 is #143408. Grayscale: #D9D9D9. Windows color (decimal): -1324041 or 16239595. OLE color: 16239595.

HSL color Cylindrical-coordinate representation of color #EBCBF7: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCBF7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 203 247 -
CMYK 0.05 0.18 0 0.03
HSL 283.64º 0.73% 0.88% -
HSV(B) 283.64º 0.18% 0.97% -
XYZ 72.41 67.09 97.13 -
YUV 217.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 235 203 247 0.05 0.18 0 0.03 283.64 0.73 0.88
Hex EB CB F7 5 12 0 3 11C 49 58
Octal 353 313 367 5 22 0 3 434 111 130
Binary 11101011 11001011 11110111 101 10010 0 11 100011100 1001001 1011000

Color Harmonies of #EBCBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBF7

Black with #EBCBF7

Text Example


Text Example

White with #EBCBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBF7; }

 p { color: rgb(235,203,247); }

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

background-color css

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

 a { background-color: rgb(235,203,247); }

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

border-color css

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

 span { border-color: rgb(235,203,247); }

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