Html Css Color HEX #EBD0FA Blue Chalk

📋 copy color: '#EBD0FA'

red 235 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #EBD0FA

Tints of Blue Chalk #EBD0FA

RGB

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

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

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

R = 33.91%
G = 30.01%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBD0FA (or 0xEBD0FA) is known color: Blue Chalk. HEX triplet: EB, D0 and FA. RGB value is (235,208,250). Sum of RGB (Red+Green+Blue) = 235+208+250=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0FA is #142F05. Grayscale: #DCDCDC. Windows color (decimal): -1322758 or 16437483. OLE color: 16437483.

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

Color convert

RGB 235 208 250 -
CMYK 0.06 0.17 0 0.02
HSL 278.57º 0.81% 0.9% -
HSV(B) 278.57º 0.17% 0.98% -
XYZ 74.07 69.68 99.99 -
YUV 220.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 235 208 250 0.06 0.17 0 0.02 278.57 0.81 0.9
Hex EB D0 FA 6 11 0 2 117 51 5A
Octal 353 320 372 6 21 0 2 427 121 132
Binary 11101011 11010000 11111010 110 10001 0 10 100010111 1010001 1011010

Color Harmonies of #EBD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0FA

Black with #EBD0FA

Text Example


Text Example

White with #EBD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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