Html Css Color HEX #EBD3F7 Blue Chalk

📋 copy color: '#EBD3F7'

red 235 ◦ green 211 ◦ blue 247

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

Shades of Blue Chalk #EBD3F7

Tints of Blue Chalk #EBD3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.64%

R = 33.91%
G = 30.45%
B = 35.64%

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

#EBD3F7 (or 0xEBD3F7) is known color: Blue Chalk. HEX triplet: EB, D3 and F7. RGB value is (235,211,247). Sum of RGB (Red+Green+Blue) = 235+211+247=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBD3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F7 is #142C08. Grayscale: #DEDEDE. Windows color (decimal): -1321993 or 16241643. OLE color: 16241643.

HSL color Cylindrical-coordinate representation of color #EBD3F7: hue angle of 280º degrees, saturation: 0.69, 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 #EBD3F7 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 211 247 -
CMYK 0.05 0.15 0 0.03
HSL 280º 0.69% 0.9% -
HSV(B) 280º 0.15% 0.97% -
XYZ 74.34 70.97 97.78 -
YUV 222.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 235 211 247 0.05 0.15 0 0.03 280 0.69 0.9
Hex EB D3 F7 5 F 0 3 118 45 5A
Octal 353 323 367 5 17 0 3 430 105 132
Binary 11101011 11010011 11110111 101 1111 0 11 100011000 1000101 1011010

Color Harmonies of #EBD3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3F7

Black with #EBD3F7

Text Example


Text Example

White with #EBD3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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