Html Css Color HEX #EBD8F8 Blue Chalk

📋 copy color: '#EBD8F8'

red 235 ◦ green 216 ◦ blue 248

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

Shades of Blue Chalk #EBD8F8

Tints of Blue Chalk #EBD8F8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.9%

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

R = 33.62%
G = 30.9%
B = 35.48%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBD8F8 (or 0xEBD8F8) is known color: Blue Chalk. HEX triplet: EB, D8 and F8. RGB value is (235,216,248). Sum of RGB (Red+Green+Blue) = 235+216+248=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBD8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8F8 is #142707. Grayscale: #E1E1E1. Windows color (decimal): -1320712 or 16308459. OLE color: 16308459.

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

Color convert

RGB 235 216 248 -
CMYK 0.05 0.13 0 0.03
HSL 275.63º 0.7% 0.91% -
HSV(B) 275.63º 0.13% 0.97% -
XYZ 75.76 73.55 99.01 -
YUV 225.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 235 216 248 0.05 0.13 0 0.03 275.63 0.7 0.91
Hex EB D8 F8 5 D 0 3 114 46 5B
Octal 353 330 370 5 15 0 3 424 106 133
Binary 11101011 11011000 11111000 101 1101 0 11 100010100 1000110 1011011

Color Harmonies of #EBD8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD8F8

Black with #EBD8F8

Text Example


Text Example

White with #EBD8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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