Html Css Color HEX #ECD8FA Blue Chalk

📋 copy color: '#ECD8FA'

red 236 ◦ green 216 ◦ blue 250

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

Shades of Blue Chalk #ECD8FA

Tints of Blue Chalk #ECD8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.77%

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

R = 33.62%
G = 30.77%
B = 35.61%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD8FA (or 0xECD8FA) is known color: Blue Chalk. HEX triplet: EC, D8 and FA. RGB value is (236,216,250). Sum of RGB (Red+Green+Blue) = 236+216+250=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FA is #132705. Grayscale: #E1E1E1. Windows color (decimal): -1255174 or 16439532. OLE color: 16439532.

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

Color convert

RGB 236 216 250 -
CMYK 0.06 0.14 0 0.02
HSL 275.29º 0.77% 0.91% -
HSV(B) 275.29º 0.14% 0.98% -
XYZ 76.4 73.85 100.67 -
YUV 225.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 236 216 250 0.06 0.14 0 0.02 275.29 0.77 0.91
Hex EC D8 FA 6 E 0 2 113 4D 5B
Octal 354 330 372 6 16 0 2 423 115 133
Binary 11101100 11011000 11111010 110 1110 0 10 100010011 1001101 1011011

Color Harmonies of #ECD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8FA

Black with #ECD8FA

Text Example


Text Example

White with #ECD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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