Html Css Color HEX #EBDCF1 Blue Chalk

📋 copy color: '#EBDCF1'

red 235 ◦ green 220 ◦ blue 241

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

Shades of Blue Chalk #EBDCF1

Tints of Blue Chalk #EBDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.61%

 BLUE value IS 241 (94.53% from 255) = 34.63%

R = 33.76%
G = 31.61%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBDCF1 (or 0xEBDCF1) is known color: Blue Chalk. HEX triplet: EB, DC and F1. RGB value is (235,220,241). Sum of RGB (Red+Green+Blue) = 235+220+241=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCF1 is #14230E. Grayscale: #E2E2E2. Windows color (decimal): -1319695 or 15850731. OLE color: 15850731.

HSL color Cylindrical-coordinate representation of color #EBDCF1: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDCF1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 220 241 -
CMYK 0.02 0.09 0 0.05
HSL 282.86º 0.43% 0.9% -
HSV(B) 282.86º 0.09% 0.95% -
XYZ 75.73 75.2 93.74 -
YUV 226.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 235 220 241 0.02 0.09 0 0.05 282.86 0.43 0.9
Hex EB DC F1 2 9 0 5 11B 2B 5A
Octal 353 334 361 2 11 0 5 433 53 132
Binary 11101011 11011100 11110001 10 1001 0 101 100011011 101011 1011010

Color Harmonies of #EBDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCF1

Black with #EBDCF1

Text Example


Text Example

White with #EBDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCF1; }

 p { color: rgb(235,220,241); }

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

background-color css

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

 a { background-color: rgb(235,220,241); }

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

border-color css

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

 span { border-color: rgb(235,220,241); }

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