Html Css Color HEX #EBCDF2 Blue Chalk

📋 copy color: '#EBCDF2'

red 235 ◦ green 205 ◦ blue 242

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

Shades of Blue Chalk #EBCDF2

Tints of Blue Chalk #EBCDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.06%

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

R = 34.46%
G = 30.06%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBCDF2 (or 0xEBCDF2) is known color: Blue Chalk. HEX triplet: EB, CD and F2. RGB value is (235,205,242). Sum of RGB (Red+Green+Blue) = 235+205+242=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDF2 is #14320D. Grayscale: #DADADA. Windows color (decimal): -1323534 or 15912427. OLE color: 15912427.

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

Color convert

RGB 235 205 242 -
CMYK 0.03 0.15 0 0.05
HSL 288.65º 0.59% 0.88% -
HSV(B) 288.65º 0.15% 0.95% -
XYZ 72.12 67.74 93.28 -
YUV 218.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 235 205 242 0.03 0.15 0 0.05 288.65 0.59 0.88
Hex EB CD F2 3 F 0 5 121 3B 58
Octal 353 315 362 3 17 0 5 441 73 130
Binary 11101011 11001101 11110010 11 1111 0 101 100100001 111011 1011000

Color Harmonies of #EBCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDF2

Black with #EBCDF2

Text Example


Text Example

White with #EBCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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