Html Css Color HEX #ECD3F9 Blue Chalk

📋 copy color: '#ECD3F9'

red 236 ◦ green 211 ◦ blue 249

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

Shades of Blue Chalk #ECD3F9

Tints of Blue Chalk #ECD3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.32%

 BLUE value IS 249 (97.66% from 255) = 35.78%

R = 33.91%
G = 30.32%
B = 35.78%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD3F9 (or 0xECD3F9) is known color: Blue Chalk. HEX triplet: EC, D3 and F9. RGB value is (236,211,249). Sum of RGB (Red+Green+Blue) = 236+211+249=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECD3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3F9 is #132C06. Grayscale: #DEDEDE. Windows color (decimal): -1256455 or 16372716. OLE color: 16372716.

HSL color Cylindrical-coordinate representation of color #ECD3F9: hue angle of 279.47º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD3F9 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 211 249 -
CMYK 0.05 0.15 0 0.02
HSL 279.47º 0.76% 0.9% -
HSV(B) 279.47º 0.15% 0.98% -
XYZ 74.99 71.26 99.43 -
YUV 222.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 236 211 249 0.05 0.15 0 0.02 279.47 0.76 0.9
Hex EC D3 F9 5 F 0 2 117 4C 5A
Octal 354 323 371 5 17 0 2 427 114 132
Binary 11101100 11010011 11111001 101 1111 0 10 100010111 1001100 1011010

Color Harmonies of #ECD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3F9

Black with #ECD3F9

Text Example


Text Example

White with #ECD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3F9; }

 p { color: rgb(236,211,249); }

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

background-color css

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

 a { background-color: rgb(236,211,249); }

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

border-color css

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

 span { border-color: rgb(236,211,249); }

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