Html Css Color HEX #EBCCFB Blue Chalk

📋 copy color: '#EBCCFB'

red 235 ◦ green 204 ◦ blue 251

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

Shades of Blue Chalk #EBCCFB

Tints of Blue Chalk #EBCCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.57%

 BLUE value IS 251 (98.44% from 255) = 36.38%

R = 34.06%
G = 29.57%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBCCFB (or 0xEBCCFB) is known color: Blue Chalk. HEX triplet: EB, CC and FB. RGB value is (235,204,251). Sum of RGB (Red+Green+Blue) = 235+204+251=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCFB is #143304. Grayscale: #DADADA. Windows color (decimal): -1323781 or 16501995. OLE color: 16501995.

HSL color Cylindrical-coordinate representation of color #EBCCFB: hue angle of 279.57º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCCFB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 204 251 -
CMYK 0.06 0.19 0 0.02
HSL 279.57º 0.85% 0.89% -
HSV(B) 279.57º 0.19% 0.98% -
XYZ 73.27 67.81 100.49 -
YUV 218.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 235 204 251 0.06 0.19 0 0.02 279.57 0.85 0.89
Hex EB CC FB 6 13 0 2 118 55 59
Octal 353 314 373 6 23 0 2 430 125 131
Binary 11101011 11001100 11111011 110 10011 0 10 100011000 1010101 1011001

Color Harmonies of #EBCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCFB

Black with #EBCCFB

Text Example


Text Example

White with #EBCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCFB; }

 p { color: rgb(235,204,251); }

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

background-color css

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

 a { background-color: rgb(235,204,251); }

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

border-color css

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

 span { border-color: rgb(235,204,251); }

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