Html Css Color HEX #EBDAF2 Blue Chalk

📋 copy color: '#EBDAF2'

red 235 ◦ green 218 ◦ blue 242

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

Shades of Blue Chalk #EBDAF2

Tints of Blue Chalk #EBDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.82%

R = 33.81%
G = 31.37%
B = 34.82%

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

#EBDAF2 (or 0xEBDAF2) is known color: Blue Chalk. HEX triplet: EB, DA and F2. RGB value is (235,218,242). Sum of RGB (Red+Green+Blue) = 235+218+242=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAF2 is #14250D. Grayscale: #E1E1E1. Windows color (decimal): -1320206 or 15915755. OLE color: 15915755.

HSL color Cylindrical-coordinate representation of color #EBDAF2: hue angle of 282.5º degrees, saturation: 0.48, 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 #EBDAF2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 218 242 -
CMYK 0.03 0.10 0 0.05
HSL 282.5º 0.48% 0.9% -
HSV(B) 282.5º 0.1% 0.95% -
XYZ 75.36 74.22 94.36 -
YUV 225.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 235 218 242 0.03 0.10 0 0.05 282.5 0.48 0.9
Hex EB DA F2 3 A 0 5 11A 30 5A
Octal 353 332 362 3 12 0 5 432 60 132
Binary 11101011 11011010 11110010 11 1010 0 101 100011010 110000 1011010

Color Harmonies of #EBDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAF2

Black with #EBDAF2

Text Example


Text Example

White with #EBDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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