Html Css Color HEX #EBDBF9 Blue Chalk

📋 copy color: '#EBDBF9'

red 235 ◦ green 219 ◦ blue 249

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

Shades of Blue Chalk #EBDBF9

Tints of Blue Chalk #EBDBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.42%

R = 33.43%
G = 31.15%
B = 35.42%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBDBF9 (or 0xEBDBF9) is known color: Blue Chalk. HEX triplet: EB, DB and F9. RGB value is (235,219,249). Sum of RGB (Red+Green+Blue) = 235+219+249=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBF9 is #142406. Grayscale: #E3E3E3. Windows color (decimal): -1319943 or 16374763. OLE color: 16374763.

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

Color convert

RGB 235 219 249 -
CMYK 0.06 0.12 0 0.02
HSL 272º 0.71% 0.92% -
HSV(B) 272º 0.12% 0.98% -
XYZ 76.69 75.16 100.09 -
YUV 227.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 235 219 249 0.06 0.12 0 0.02 272 0.71 0.92
Hex EB DB F9 6 C 0 2 110 47 5C
Octal 353 333 371 6 14 0 2 420 107 134
Binary 11101011 11011011 11111001 110 1100 0 10 100010000 1000111 1011100

Color Harmonies of #EBDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBF9

Black with #EBDBF9

Text Example


Text Example

White with #EBDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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