Html Css Color HEX #EBCEFF Blue Chalk

📋 copy color: '#EBCEFF'

red 235 ◦ green 206 ◦ blue 255

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

Shades of Blue Chalk #EBCEFF

Tints of Blue Chalk #EBCEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.64%

R = 33.76%
G = 29.6%
B = 36.64%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBCEFF (or 0xEBCEFF) is known color: Blue Chalk. HEX triplet: EB, CE and FF. RGB value is (235,206,255). Sum of RGB (Red+Green+Blue) = 235+206+255=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFF is #143100. Grayscale: #DCDCDC. Windows color (decimal): -1323265 or 16764651. OLE color: 16764651.

HSL color Cylindrical-coordinate representation of color #EBCEFF: hue angle of 275.51º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCEFF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 206 255 -
CMYK 0.08 0.19 0 0
HSL 275.51º 1% 0.9% -
HSV(B) 275.51º 0.19% 1% -
XYZ 74.38 69.02 104.01 -
YUV 220.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 235 206 255 0.08 0.19 0 0 275.51 1 0.9
Hex EB CE FF 8 13 0 0 114 64 5A
Octal 353 316 377 10 23 0 0 424 144 132
Binary 11101011 11001110 11111111 1000 10011 0 0 100010100 1100100 1011010

Color Harmonies of #EBCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEFF

Black with #EBCEFF

Text Example


Text Example

White with #EBCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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