Html Css Color HEX #EBCEFD Blue Chalk

📋 copy color: '#EBCEFD'

red 235 ◦ green 206 ◦ blue 253

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

Shades of Blue Chalk #EBCEFD

Tints of Blue Chalk #EBCEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 33.86%
G = 29.68%
B = 36.46%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBCEFD (or 0xEBCEFD) is known color: Blue Chalk. HEX triplet: EB, CE and FD. RGB value is (235,206,253). Sum of RGB (Red+Green+Blue) = 235+206+253=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFD is #143102. Grayscale: #DBDBDB. Windows color (decimal): -1323267 or 16633579. OLE color: 16633579.

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

Color convert

RGB 235 206 253 -
CMYK 0.07 0.19 0 0.01
HSL 277.02º 0.92% 0.9% -
HSV(B) 277.02º 0.19% 0.99% -
XYZ 74.06 68.9 102.32 -
YUV 220.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 235 206 253 0.07 0.19 0 0.01 277.02 0.92 0.9
Hex EB CE FD 7 13 0 1 115 5C 5A
Octal 353 316 375 7 23 0 1 425 134 132
Binary 11101011 11001110 11111101 111 10011 0 1 100010101 1011100 1011010

Color Harmonies of #EBCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEFD

Black with #EBCEFD

Text Example


Text Example

White with #EBCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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