Html Css Color HEX #ECD2F9 Blue Chalk

📋 copy color: '#ECD2F9'

red 236 ◦ green 210 ◦ blue 249

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

Shades of Blue Chalk #ECD2F9

Tints of Blue Chalk #ECD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.22%

 BLUE value IS 249 (97.66% from 255) = 35.83%

R = 33.96%
G = 30.22%
B = 35.83%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD2F9 (or 0xECD2F9) is known color: Blue Chalk. HEX triplet: EC, D2 and F9. RGB value is (236,210,249). Sum of RGB (Red+Green+Blue) = 236+210+249=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECD2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2F9 is #132D06. Grayscale: #DEDEDE. Windows color (decimal): -1256711 or 16372460. OLE color: 16372460.

HSL color Cylindrical-coordinate representation of color #ECD2F9: hue angle of 280º degrees, saturation: 0.76, 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 #ECD2F9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 210 249 -
CMYK 0.05 0.16 0 0.02
HSL 280º 0.76% 0.9% -
HSV(B) 280º 0.16% 0.98% -
XYZ 74.74 70.77 99.34 -
YUV 222.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 236 210 249 0.05 0.16 0 0.02 280 0.76 0.9
Hex EC D2 F9 5 10 0 2 118 4C 5A
Octal 354 322 371 5 20 0 2 430 114 132
Binary 11101100 11010010 11111001 101 10000 0 10 100011000 1001100 1011010

Color Harmonies of #ECD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2F9

Black with #ECD2F9

Text Example


Text Example

White with #ECD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2F9; }

 p { color: rgb(236,210,249); }

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

background-color css

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

 a { background-color: rgb(236,210,249); }

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

border-color css

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

 span { border-color: rgb(236,210,249); }

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