Html Css Color HEX #ECD9FC Blue Chalk

📋 copy color: '#ECD9FC'

red 236 ◦ green 217 ◦ blue 252

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

Shades of Blue Chalk #ECD9FC

Tints of Blue Chalk #ECD9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.74%

R = 33.48%
G = 30.78%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD9FC (or 0xECD9FC) is known color: Blue Chalk. HEX triplet: EC, D9 and FC. RGB value is (236,217,252). Sum of RGB (Red+Green+Blue) = 236+217+252=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FC is #132603. Grayscale: #E2E2E2. Windows color (decimal): -1254916 or 16570860. OLE color: 16570860.

HSL color Cylindrical-coordinate representation of color #ECD9FC: hue angle of 272.57º degrees, saturation: 0.85, 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 #ECD9FC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 217 252 -
CMYK 0.06 0.14 0 0.01
HSL 272.57º 0.85% 0.92% -
HSV(B) 272.57º 0.14% 0.99% -
XYZ 76.98 74.49 102.42 -
YUV 226.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 236 217 252 0.06 0.14 0 0.01 272.57 0.85 0.92
Hex EC D9 FC 6 E 0 1 111 55 5C
Octal 354 331 374 6 16 0 1 421 125 134
Binary 11101100 11011001 11111100 110 1110 0 1 100010001 1010101 1011100

Color Harmonies of #ECD9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9FC

Black with #ECD9FC

Text Example


Text Example

White with #ECD9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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