Html Css Color HEX #EBD2FA Blue Chalk

📋 copy color: '#EBD2FA'

red 235 ◦ green 210 ◦ blue 250

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

Shades of Blue Chalk #EBD2FA

Tints of Blue Chalk #EBD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.22%

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

R = 33.81%
G = 30.22%
B = 35.97%

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

#EBD2FA (or 0xEBD2FA) is known color: Blue Chalk. HEX triplet: EB, D2 and FA. RGB value is (235,210,250). Sum of RGB (Red+Green+Blue) = 235+210+250=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2FA is #142D05. Grayscale: #DDDDDD. Windows color (decimal): -1322246 or 16437995. OLE color: 16437995.

HSL color Cylindrical-coordinate representation of color #EBD2FA: hue angle of 277.5º 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 #EBD2FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 210 250 -
CMYK 0.06 0.16 0 0.02
HSL 277.5º 0.8% 0.9% -
HSV(B) 277.5º 0.16% 0.98% -
XYZ 74.56 70.66 100.15 -
YUV 222.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 235 210 250 0.06 0.16 0 0.02 277.5 0.8 0.9
Hex EB D2 FA 6 10 0 2 116 50 5A
Octal 353 322 372 6 20 0 2 426 120 132
Binary 11101011 11010010 11111010 110 10000 0 10 100010110 1010000 1011010

Color Harmonies of #EBD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2FA

Black with #EBD2FA

Text Example


Text Example

White with #EBD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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