Html Css Color HEX #EBCEFE Blue Chalk

📋 copy color: '#EBCEFE'

red 235 ◦ green 206 ◦ blue 254

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

Shades of Blue Chalk #EBCEFE

Tints of Blue Chalk #EBCEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.55%

R = 33.81%
G = 29.64%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBCEFE (or 0xEBCEFE) is known color: Blue Chalk. HEX triplet: EB, CE and FE. RGB value is (235,206,254). Sum of RGB (Red+Green+Blue) = 235+206+254=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFE is #143101. Grayscale: #DBDBDB. Windows color (decimal): -1323266 or 16699115. OLE color: 16699115.

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

Color convert

RGB 235 206 254 -
CMYK 0.07 0.19 0 0.00
HSL 276.25º 0.96% 0.9% -
HSV(B) 276.25º 0.19% 1% -
XYZ 74.22 68.96 103.16 -
YUV 220.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 235 206 254 0.07 0.19 0 0.00 276.25 0.96 0.9
Hex EB CE FE 7 13 0 0 114 60 5A
Octal 353 316 376 7 23 0 0 424 140 132
Binary 11101011 11001110 11111110 111 10011 0 0 100010100 1100000 1011010

Color Harmonies of #EBCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEFE

Black with #EBCEFE

Text Example


Text Example

White with #EBCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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