Html Css Color HEX #ECD9F8 Blue Chalk

📋 copy color: '#ECD9F8'

red 236 ◦ green 217 ◦ blue 248

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

Shades of Blue Chalk #ECD9F8

Tints of Blue Chalk #ECD9F8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.96%

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

R = 33.67%
G = 30.96%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ECD9F8 (or 0xECD9F8) is known color: Blue Chalk. HEX triplet: EC, D9 and F8. RGB value is (236,217,248). Sum of RGB (Red+Green+Blue) = 236+217+248=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECD9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9F8 is #132607. Grayscale: #E2E2E2. Windows color (decimal): -1254920 or 16308716. OLE color: 16308716.

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

Color convert

RGB 236 217 248 -
CMYK 0.05 0.12 0 0.03
HSL 276.77º 0.69% 0.91% -
HSV(B) 276.77º 0.13% 0.97% -
XYZ 76.35 74.24 99.11 -
YUV 226.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 236 217 248 0.05 0.12 0 0.03 276.77 0.69 0.91
Hex EC D9 F8 5 C 0 3 115 45 5B
Octal 354 331 370 5 14 0 3 425 105 133
Binary 11101100 11011001 11111000 101 1100 0 11 100010101 1000101 1011011

Color Harmonies of #ECD9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9F8

Black with #ECD9F8

Text Example


Text Example

White with #ECD9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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