Html Css Color HEX #EBCBF2 Blue Chalk

📋 copy color: '#EBCBF2'

red 235 ◦ green 203 ◦ blue 242

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

Shades of Blue Chalk #EBCBF2

Tints of Blue Chalk #EBCBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.85%

 BLUE value IS 242 (94.92% from 255) = 35.59%

R = 34.56%
G = 29.85%
B = 35.59%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBCBF2 (or 0xEBCBF2) is known color: Blue Chalk. HEX triplet: EB, CB and F2. RGB value is (235,203,242). Sum of RGB (Red+Green+Blue) = 235+203+242=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBCBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF2 is #14340D. Grayscale: #D8D8D8. Windows color (decimal): -1324046 or 15911915. OLE color: 15911915.

HSL color Cylindrical-coordinate representation of color #EBCBF2: hue angle of 289.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBCBF2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 203 242 -
CMYK 0.03 0.16 0 0.05
HSL 289.23º 0.6% 0.87% -
HSV(B) 289.23º 0.16% 0.95% -
XYZ 71.64 66.78 93.12 -
YUV 217.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 235 203 242 0.03 0.16 0 0.05 289.23 0.6 0.87
Hex EB CB F2 3 10 0 5 121 3C 57
Octal 353 313 362 3 20 0 5 441 74 127
Binary 11101011 11001011 11110010 11 10000 0 101 100100001 111100 1010111

Color Harmonies of #EBCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBF2

Black with #EBCBF2

Text Example


Text Example

White with #EBCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBF2; }

 p { color: rgb(235,203,242); }

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

background-color css

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

 a { background-color: rgb(235,203,242); }

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

border-color css

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

 span { border-color: rgb(235,203,242); }

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