Html Css Color HEX #ECD9FE Blue Chalk

📋 copy color: '#ECD9FE'

red 236 ◦ green 217 ◦ blue 254

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

Shades of Blue Chalk #ECD9FE

Tints of Blue Chalk #ECD9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.69%

 BLUE value IS 254 (99.61% from 255) = 35.93%

R = 33.38%
G = 30.69%
B = 35.93%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECD9FE (or 0xECD9FE) is known color: Blue Chalk. HEX triplet: EC, D9 and FE. RGB value is (236,217,254). Sum of RGB (Red+Green+Blue) = 236+217+254=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FE is #132601. Grayscale: #E2E2E2. Windows color (decimal): -1254914 or 16701932. OLE color: 16701932.

HSL color Cylindrical-coordinate representation of color #ECD9FE: hue angle of 270.81º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD9FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 217 254 -
CMYK 0.07 0.15 0 0.00
HSL 270.81º 0.95% 0.92% -
HSV(B) 270.81º 0.15% 1% -
XYZ 77.29 74.61 104.09 -
YUV 226.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 236 217 254 0.07 0.15 0 0.00 270.81 0.95 0.92
Hex EC D9 FE 7 F 0 0 10F 5F 5C
Octal 354 331 376 7 17 0 0 417 137 134
Binary 11101100 11011001 11111110 111 1111 0 0 100001111 1011111 1011100

Color Harmonies of #ECD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9FE

Black with #ECD9FE

Text Example


Text Example

White with #ECD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9FE; }

 p { color: rgb(236,217,254); }

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

background-color css

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

 a { background-color: rgb(236,217,254); }

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

border-color css

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

 span { border-color: rgb(236,217,254); }

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