Html Css Color HEX #EBD5F8 Blue Chalk

📋 copy color: '#EBD5F8'

red 235 ◦ green 213 ◦ blue 248

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

Shades of Blue Chalk #EBD5F8

Tints of Blue Chalk #EBD5F8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.6%

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

R = 33.76%
G = 30.6%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBD5F8 (or 0xEBD5F8) is known color: Blue Chalk. HEX triplet: EB, D5 and F8. RGB value is (235,213,248). Sum of RGB (Red+Green+Blue) = 235+213+248=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBD5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5F8 is #142A07. Grayscale: #DFDFDF. Windows color (decimal): -1321480 or 16307691. OLE color: 16307691.

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

Color convert

RGB 235 213 248 -
CMYK 0.05 0.14 0 0.03
HSL 277.71º 0.71% 0.9% -
HSV(B) 277.71º 0.14% 0.97% -
XYZ 75 72.03 98.76 -
YUV 223.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 235 213 248 0.05 0.14 0 0.03 277.71 0.71 0.9
Hex EB D5 F8 5 E 0 3 116 47 5A
Octal 353 325 370 5 16 0 3 426 107 132
Binary 11101011 11010101 11111000 101 1110 0 11 100010110 1000111 1011010

Color Harmonies of #EBD5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5F8

Black with #EBD5F8

Text Example


Text Example

White with #EBD5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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