Html Css Color HEX #EBCEFC Blue Chalk

📋 copy color: '#EBCEFC'

red 235 ◦ green 206 ◦ blue 252

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

Shades of Blue Chalk #EBCEFC

Tints of Blue Chalk #EBCEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.36%

R = 33.91%
G = 29.73%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBCEFC (or 0xEBCEFC) is known color: Blue Chalk. HEX triplet: EB, CE and FC. RGB value is (235,206,252). Sum of RGB (Red+Green+Blue) = 235+206+252=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFC is #143103. Grayscale: #DBDBDB. Windows color (decimal): -1323268 or 16568043. OLE color: 16568043.

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

Color convert

RGB 235 206 252 -
CMYK 0.07 0.18 0 0.01
HSL 277.83º 0.88% 0.9% -
HSV(B) 277.83º 0.18% 0.99% -
XYZ 73.9 68.83 101.49 -
YUV 219.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 235 206 252 0.07 0.18 0 0.01 277.83 0.88 0.9
Hex EB CE FC 7 12 0 1 116 58 5A
Octal 353 316 374 7 22 0 1 426 130 132
Binary 11101011 11001110 11111100 111 10010 0 1 100010110 1011000 1011010

Color Harmonies of #EBCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEFC

Black with #EBCEFC

Text Example


Text Example

White with #EBCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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