Html Css Color HEX #ECD0FA Blue Chalk

📋 copy color: '#ECD0FA'

red 236 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #ECD0FA

Tints of Blue Chalk #ECD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.97%

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

R = 34.01%
G = 29.97%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD0FA (or 0xECD0FA) is known color: Blue Chalk. HEX triplet: EC, D0 and FA. RGB value is (236,208,250). Sum of RGB (Red+Green+Blue) = 236+208+250=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0FA is #132F05. Grayscale: #DDDDDD. Windows color (decimal): -1257222 or 16437484. OLE color: 16437484.

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

Color convert

RGB 236 208 250 -
CMYK 0.06 0.17 0 0.02
HSL 280º 0.81% 0.9% -
HSV(B) 280º 0.17% 0.98% -
XYZ 74.4 69.85 100 -
YUV 221.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 236 208 250 0.06 0.17 0 0.02 280 0.81 0.9
Hex EC D0 FA 6 11 0 2 118 51 5A
Octal 354 320 372 6 21 0 2 430 121 132
Binary 11101100 11010000 11111010 110 10001 0 10 100011000 1010001 1011010

Color Harmonies of #ECD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0FA

Black with #ECD0FA

Text Example


Text Example

White with #ECD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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