Html Css Color HEX #EBD0F8 Blue Chalk

📋 copy color: '#EBD0F8'

red 235 ◦ green 208 ◦ blue 248

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

Shades of Blue Chalk #EBD0F8

Tints of Blue Chalk #EBD0F8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.1%

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

R = 34.01%
G = 30.1%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBD0F8 (or 0xEBD0F8) is known color: Blue Chalk. HEX triplet: EB, D0 and F8. RGB value is (235,208,248). Sum of RGB (Red+Green+Blue) = 235+208+248=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBD0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0F8 is #142F07. Grayscale: #DCDCDC. Windows color (decimal): -1322760 or 16306411. OLE color: 16306411.

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

Color convert

RGB 235 208 248 -
CMYK 0.05 0.16 0 0.03
HSL 280.5º 0.74% 0.89% -
HSV(B) 280.5º 0.16% 0.97% -
XYZ 73.76 69.55 98.34 -
YUV 220.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 235 208 248 0.05 0.16 0 0.03 280.5 0.74 0.89
Hex EB D0 F8 5 10 0 3 118 4A 59
Octal 353 320 370 5 20 0 3 430 112 131
Binary 11101011 11010000 11111000 101 10000 0 11 100011000 1001010 1011001

Color Harmonies of #EBD0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0F8

Black with #EBD0F8

Text Example


Text Example

White with #EBD0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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