Html Css Color HEX #EBDBFD Blue Chalk

📋 copy color: '#EBDBFD'

red 235 ◦ green 219 ◦ blue 253

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

Shades of Blue Chalk #EBDBFD

Tints of Blue Chalk #EBDBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.98%

 BLUE value IS 253 (99.22% from 255) = 35.79%

R = 33.24%
G = 30.98%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBDBFD (or 0xEBDBFD) is known color: Blue Chalk. HEX triplet: EB, DB and FD. RGB value is (235,219,253). Sum of RGB (Red+Green+Blue) = 235+219+253=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFD is #142402. Grayscale: #E3E3E3. Windows color (decimal): -1319939 or 16636907. OLE color: 16636907.

HSL color Cylindrical-coordinate representation of color #EBDBFD: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDBFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 219 253 -
CMYK 0.07 0.13 0 0.01
HSL 268.24º 0.89% 0.93% -
HSV(B) 268.24º 0.13% 0.99% -
XYZ 77.32 75.42 103.41 -
YUV 227.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 235 219 253 0.07 0.13 0 0.01 268.24 0.89 0.93
Hex EB DB FD 7 D 0 1 10C 59 5D
Octal 353 333 375 7 15 0 1 414 131 135
Binary 11101011 11011011 11111101 111 1101 0 1 100001100 1011001 1011101

Color Harmonies of #EBDBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBFD

Black with #EBDBFD

Text Example


Text Example

White with #EBDBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBFD; }

 p { color: rgb(235,219,253); }

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

background-color css

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

 a { background-color: rgb(235,219,253); }

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

border-color css

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

 span { border-color: rgb(235,219,253); }

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