Html Css Color HEX #EBD1FF Blue Chalk

📋 copy color: '#EBD1FF'

red 235 ◦ green 209 ◦ blue 255

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

Shades of Blue Chalk #EBD1FF

Tints of Blue Chalk #EBD1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.48%

R = 33.62%
G = 29.9%
B = 36.48%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBD1FF (or 0xEBD1FF) is known color: Blue Chalk. HEX triplet: EB, D1 and FF. RGB value is (235,209,255). Sum of RGB (Red+Green+Blue) = 235+209+255=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1FF is #142E00. Grayscale: #DDDDDD. Windows color (decimal): -1322497 or 16765419. OLE color: 16765419.

HSL color Cylindrical-coordinate representation of color #EBD1FF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD1FF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 209 255 -
CMYK 0.08 0.18 0 0
HSL 273.91º 1% 0.91% -
HSV(B) 273.91º 0.18% 1% -
XYZ 75.11 70.48 104.25 -
YUV 222.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 235 209 255 0.08 0.18 0 0 273.91 1 0.91
Hex EB D1 FF 8 12 0 0 112 64 5B
Octal 353 321 377 10 22 0 0 422 144 133
Binary 11101011 11010001 11111111 1000 10010 0 0 100010010 1100100 1011011

Color Harmonies of #EBD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1FF

Black with #EBD1FF

Text Example


Text Example

White with #EBD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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