Html Css Color HEX #ECD1FD Blue Chalk

📋 copy color: '#ECD1FD'

red 236 ◦ green 209 ◦ blue 253

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

Shades of Blue Chalk #ECD1FD

Tints of Blue Chalk #ECD1FD

RGB

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

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

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

R = 33.81%
G = 29.94%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD1FD (or 0xECD1FD) is known color: Blue Chalk. HEX triplet: EC, D1 and FD. RGB value is (236,209,253). Sum of RGB (Red+Green+Blue) = 236+209+253=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1FD is #132E02. Grayscale: #DDDDDD. Windows color (decimal): -1256963 or 16634348. OLE color: 16634348.

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

Color convert

RGB 236 209 253 -
CMYK 0.07 0.17 0 0.01
HSL 276.82º 0.92% 0.91% -
HSV(B) 276.82º 0.17% 0.99% -
XYZ 75.12 70.53 102.58 -
YUV 222.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 236 209 253 0.07 0.17 0 0.01 276.82 0.92 0.91
Hex EC D1 FD 7 11 0 1 115 5C 5B
Octal 354 321 375 7 21 0 1 425 134 133
Binary 11101100 11010001 11111101 111 10001 0 1 100010101 1011100 1011011

Color Harmonies of #ECD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1FD

Black with #ECD1FD

Text Example


Text Example

White with #ECD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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