Html Css Color HEX #EBDAF3 Blue Chalk

📋 copy color: '#EBDAF3'

red 235 ◦ green 218 ◦ blue 243

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

Shades of Blue Chalk #EBDAF3

Tints of Blue Chalk #EBDAF3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.32%

 BLUE value IS 243 (95.31% from 255) = 34.91%

R = 33.76%
G = 31.32%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBDAF3 (or 0xEBDAF3) is known color: Blue Chalk. HEX triplet: EB, DA and F3. RGB value is (235,218,243). Sum of RGB (Red+Green+Blue) = 235+218+243=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAF3 is #14250C. Grayscale: #E1E1E1. Windows color (decimal): -1320205 or 15981291. OLE color: 15981291.

HSL color Cylindrical-coordinate representation of color #EBDAF3: hue angle of 280.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDAF3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 218 243 -
CMYK 0.03 0.10 0 0.05
HSL 280.8º 0.51% 0.9% -
HSV(B) 280.8º 0.1% 0.95% -
XYZ 75.51 74.28 95.15 -
YUV 225.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 235 218 243 0.03 0.10 0 0.05 280.8 0.51 0.9
Hex EB DA F3 3 A 0 5 119 33 5A
Octal 353 332 363 3 12 0 5 431 63 132
Binary 11101011 11011010 11110011 11 1010 0 101 100011001 110011 1011010

Color Harmonies of #EBDAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAF3

Black with #EBDAF3

Text Example


Text Example

White with #EBDAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAF3; }

 p { color: rgb(235,218,243); }

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

background-color css

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

 a { background-color: rgb(235,218,243); }

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

border-color css

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

 span { border-color: rgb(235,218,243); }

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