Html Css Color HEX #EBCEF6 Blue Chalk

📋 copy color: '#EBCEF6'

red 235 ◦ green 206 ◦ blue 246

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

Shades of Blue Chalk #EBCEF6

Tints of Blue Chalk #EBCEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.99%

 BLUE value IS 246 (96.48% from 255) = 35.81%

R = 34.21%
G = 29.99%
B = 35.81%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBCEF6 (or 0xEBCEF6) is known color: Blue Chalk. HEX triplet: EB, CE and F6. RGB value is (235,206,246). Sum of RGB (Red+Green+Blue) = 235+206+246=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEF6 is #143109. Grayscale: #DBDBDB. Windows color (decimal): -1323274 or 16174827. OLE color: 16174827.

HSL color Cylindrical-coordinate representation of color #EBCEF6: hue angle of 283.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBCEF6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 206 246 -
CMYK 0.04 0.16 0 0.04
HSL 283.5º 0.69% 0.89% -
HSV(B) 283.5º 0.16% 0.96% -
XYZ 72.97 68.46 96.56 -
YUV 219.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 235 206 246 0.04 0.16 0 0.04 283.5 0.69 0.89
Hex EB CE F6 4 10 0 4 11C 45 59
Octal 353 316 366 4 20 0 4 434 105 131
Binary 11101011 11001110 11110110 100 10000 0 100 100011100 1000101 1011001

Color Harmonies of #EBCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEF6

Black with #EBCEF6

Text Example


Text Example

White with #EBCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEF6; }

 p { color: rgb(235,206,246); }

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

background-color css

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

 a { background-color: rgb(235,206,246); }

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

border-color css

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

 span { border-color: rgb(235,206,246); }

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