Html Css Color HEX #EBD5FF Blue Chalk

📋 copy color: '#EBD5FF'

red 235 ◦ green 213 ◦ blue 255

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

Shades of Blue Chalk #EBD5FF

Tints of Blue Chalk #EBD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.3%

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

R = 33.43%
G = 30.3%
B = 36.27%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBD5FF (or 0xEBD5FF) is known color: Blue Chalk. HEX triplet: EB, D5 and FF. RGB value is (235,213,255). Sum of RGB (Red+Green+Blue) = 235+213+255=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5FF is #142A00. Grayscale: #E0E0E0. Windows color (decimal): -1321473 or 16766443. OLE color: 16766443.

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

Color convert

RGB 235 213 255 -
CMYK 0.08 0.16 0 0
HSL 271.43º 1% 0.92% -
HSV(B) 271.43º 0.16% 1% -
XYZ 76.11 72.47 104.58 -
YUV 224.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 235 213 255 0.08 0.16 0 0 271.43 1 0.92
Hex EB D5 FF 8 10 0 0 10F 64 5C
Octal 353 325 377 10 20 0 0 417 144 134
Binary 11101011 11010101 11111111 1000 10000 0 0 100001111 1100100 1011100

Color Harmonies of #EBD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5FF

Black with #EBD5FF

Text Example


Text Example

White with #EBD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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