Html Css Color HEX #ECD5F8 Blue Chalk

📋 copy color: '#ECD5F8'

red 236 ◦ green 213 ◦ blue 248

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

Shades of Blue Chalk #ECD5F8

Tints of Blue Chalk #ECD5F8

RGB

 RED value IS 236 (92.58% from 255) = 33.86%

 GREEN value IS 213 (83.59% from 255) = 30.56%

 BLUE value IS 248 (97.27% from 255) = 35.58%

R = 33.86%
G = 30.56%
B = 35.58%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ECD5F8 (or 0xECD5F8) is known color: Blue Chalk. HEX triplet: EC, D5 and F8. RGB value is (236,213,248). Sum of RGB (Red+Green+Blue) = 236+213+248=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECD5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5F8 is #132A07. Grayscale: #DFDFDF. Windows color (decimal): -1255944 or 16307692. OLE color: 16307692.

HSL color Cylindrical-coordinate representation of color #ECD5F8: hue angle of 279.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD5F8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 213 248 -
CMYK 0.05 0.14 0 0.03
HSL 279.43º 0.71% 0.9% -
HSV(B) 279.43º 0.14% 0.97% -
XYZ 75.33 72.2 98.77 -
YUV 223.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 236 213 248 0.05 0.14 0 0.03 279.43 0.71 0.9
Hex EC D5 F8 5 E 0 3 117 47 5A
Octal 354 325 370 5 16 0 3 427 107 132
Binary 11101100 11010101 11111000 101 1110 0 11 100010111 1000111 1011010

Color Harmonies of #ECD5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5F8

Black with #ECD5F8

Text Example


Text Example

White with #ECD5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5F8; }

 p { color: rgb(236,213,248); }

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

background-color css

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

 a { background-color: rgb(236,213,248); }

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

border-color css

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

 span { border-color: rgb(236,213,248); }

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