Html Css Color HEX #ECD9FD Blue Chalk

📋 copy color: '#ECD9FD'

red 236 ◦ green 217 ◦ blue 253

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

Shades of Blue Chalk #ECD9FD

Tints of Blue Chalk #ECD9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 33.43%
G = 30.74%
B = 35.84%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD9FD (or 0xECD9FD) is known color: Blue Chalk. HEX triplet: EC, D9 and FD. RGB value is (236,217,253). Sum of RGB (Red+Green+Blue) = 236+217+253=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FD is #132602. Grayscale: #E2E2E2. Windows color (decimal): -1254915 or 16636396. OLE color: 16636396.

HSL color Cylindrical-coordinate representation of color #ECD9FD: hue angle of 271.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD9FD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 217 253 -
CMYK 0.07 0.14 0 0.01
HSL 271.67º 0.9% 0.92% -
HSV(B) 271.67º 0.14% 0.99% -
XYZ 77.13 74.55 103.25 -
YUV 226.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 236 217 253 0.07 0.14 0 0.01 271.67 0.9 0.92
Hex EC D9 FD 7 E 0 1 110 5A 5C
Octal 354 331 375 7 16 0 1 420 132 134
Binary 11101100 11011001 11111101 111 1110 0 1 100010000 1011010 1011100

Color Harmonies of #ECD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9FD

Black with #ECD9FD

Text Example


Text Example

White with #ECD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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