Html Css Color HEX #EBD3F8 Blue Chalk

📋 copy color: '#EBD3F8'

red 235 ◦ green 211 ◦ blue 248

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

Shades of Blue Chalk #EBD3F8

Tints of Blue Chalk #EBD3F8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.4%

 BLUE value IS 248 (97.27% from 255) = 35.73%

R = 33.86%
G = 30.4%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBD3F8 (or 0xEBD3F8) is known color: Blue Chalk. HEX triplet: EB, D3 and F8. RGB value is (235,211,248). Sum of RGB (Red+Green+Blue) = 235+211+248=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBD3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F8 is #142C07. Grayscale: #DEDEDE. Windows color (decimal): -1321992 or 16307179. OLE color: 16307179.

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

Color convert

RGB 235 211 248 -
CMYK 0.05 0.15 0 0.03
HSL 278.92º 0.73% 0.9% -
HSV(B) 278.92º 0.15% 0.97% -
XYZ 74.5 71.03 98.59 -
YUV 222.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 235 211 248 0.05 0.15 0 0.03 278.92 0.73 0.9
Hex EB D3 F8 5 F 0 3 117 49 5A
Octal 353 323 370 5 17 0 3 427 111 132
Binary 11101011 11010011 11111000 101 1111 0 11 100010111 1001001 1011010

Color Harmonies of #EBD3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3F8

Black with #EBD3F8

Text Example


Text Example

White with #EBD3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3F8; }

 p { color: rgb(235,211,248); }

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

background-color css

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

 a { background-color: rgb(235,211,248); }

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

border-color css

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

 span { border-color: rgb(235,211,248); }

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