Html Css Color HEX #ECD4FA Blue Chalk

📋 copy color: '#ECD4FA'

red 236 ◦ green 212 ◦ blue 250

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

Shades of Blue Chalk #ECD4FA

Tints of Blue Chalk #ECD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.37%

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

R = 33.81%
G = 30.37%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD4FA (or 0xECD4FA) is known color: Blue Chalk. HEX triplet: EC, D4 and FA. RGB value is (236,212,250). Sum of RGB (Red+Green+Blue) = 236+212+250=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4FA is #132B05. Grayscale: #DFDFDF. Windows color (decimal): -1256198 or 16438508. OLE color: 16438508.

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

Color convert

RGB 236 212 250 -
CMYK 0.06 0.15 0 0.02
HSL 277.89º 0.79% 0.91% -
HSV(B) 277.89º 0.15% 0.98% -
XYZ 75.39 71.82 100.33 -
YUV 223.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 236 212 250 0.06 0.15 0 0.02 277.89 0.79 0.91
Hex EC D4 FA 6 F 0 2 116 4F 5B
Octal 354 324 372 6 17 0 2 426 117 133
Binary 11101100 11010100 11111010 110 1111 0 10 100010110 1001111 1011011

Color Harmonies of #ECD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4FA

Black with #ECD4FA

Text Example


Text Example

White with #ECD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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