Html Css Color HEX #ECD2FA Blue Chalk

📋 copy color: '#ECD2FA'

red 236 ◦ green 210 ◦ blue 250

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

Shades of Blue Chalk #ECD2FA

Tints of Blue Chalk #ECD2FA

RGB

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

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

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

R = 33.91%
G = 30.17%
B = 35.92%

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

#ECD2FA (or 0xECD2FA) is known color: Blue Chalk. HEX triplet: EC, D2 and FA. RGB value is (236,210,250). Sum of RGB (Red+Green+Blue) = 236+210+250=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FA is #132D05. Grayscale: #DEDEDE. Windows color (decimal): -1256710 or 16437996. OLE color: 16437996.

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

Color convert

RGB 236 210 250 -
CMYK 0.06 0.16 0 0.02
HSL 279º 0.8% 0.9% -
HSV(B) 279º 0.16% 0.98% -
XYZ 74.89 70.83 100.17 -
YUV 222.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 236 210 250 0.06 0.16 0 0.02 279 0.8 0.9
Hex EC D2 FA 6 10 0 2 117 50 5A
Octal 354 322 372 6 20 0 2 427 120 132
Binary 11101100 11010010 11111010 110 10000 0 10 100010111 1010000 1011010

Color Harmonies of #ECD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2FA

Black with #ECD2FA

Text Example


Text Example

White with #ECD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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