Html Css Color HEX #EBD1FA Blue Chalk

📋 copy color: '#EBD1FA'

red 235 ◦ green 209 ◦ blue 250

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

Shades of Blue Chalk #EBD1FA

Tints of Blue Chalk #EBD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.12%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 33.86%
G = 30.12%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBD1FA (or 0xEBD1FA) is known color: Blue Chalk. HEX triplet: EB, D1 and FA. RGB value is (235,209,250). Sum of RGB (Red+Green+Blue) = 235+209+250=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 209 (82.03% from 255 or 30.12% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1FA is #142E05. Grayscale: #DDDDDD. Windows color (decimal): -1322502 or 16437739. OLE color: 16437739.

HSL color Cylindrical-coordinate representation of color #EBD1FA: hue angle of 278.05º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD1FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 209 250 -
CMYK 0.06 0.16 0 0.02
HSL 278.05º 0.8% 0.9% -
HSV(B) 278.05º 0.16% 0.98% -
XYZ 74.32 70.17 100.07 -
YUV 221.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 235 209 250 0.06 0.16 0 0.02 278.05 0.8 0.9
Hex EB D1 FA 6 10 0 2 116 50 5A
Octal 353 321 372 6 20 0 2 426 120 132
Binary 11101011 11010001 11111010 110 10000 0 10 100010110 1010000 1011010

Color Harmonies of #EBD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1FA

Black with #EBD1FA

Text Example


Text Example

White with #EBD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1FA; }

 p { color: rgb(235,209,250); }

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

background-color css

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

 a { background-color: rgb(235,209,250); }

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

border-color css

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

 span { border-color: rgb(235,209,250); }

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