Html Css Color HEX #ECD1FA Blue Chalk

📋 copy color: '#ECD1FA'

red 236 ◦ green 209 ◦ blue 250

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

Shades of Blue Chalk #ECD1FA

Tints of Blue Chalk #ECD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.07%

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 33.96%
G = 30.07%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD1FA (or 0xECD1FA) is known color: Blue Chalk. HEX triplet: EC, D1 and FA. RGB value is (236,209,250). Sum of RGB (Red+Green+Blue) = 236+209+250=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1FA is #132E05. Grayscale: #DDDDDD. Windows color (decimal): -1256966 or 16437740. OLE color: 16437740.

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

Color convert

RGB 236 209 250 -
CMYK 0.06 0.16 0 0.02
HSL 279.51º 0.8% 0.9% -
HSV(B) 279.51º 0.16% 0.98% -
XYZ 74.65 70.34 100.08 -
YUV 221.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 236 209 250 0.06 0.16 0 0.02 279.51 0.8 0.9
Hex EC D1 FA 6 10 0 2 118 50 5A
Octal 354 321 372 6 20 0 2 430 120 132
Binary 11101100 11010001 11111010 110 10000 0 10 100011000 1010000 1011010

Color Harmonies of #ECD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1FA

Black with #ECD1FA

Text Example


Text Example

White with #ECD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1FA; }

 p { color: rgb(236,209,250); }

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

background-color css

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

 a { background-color: rgb(236,209,250); }

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

border-color css

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

 span { border-color: rgb(236,209,250); }

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