Html Css Color HEX #ECD5FC Blue Chalk

📋 copy color: '#ECD5FC'

red 236 ◦ green 213 ◦ blue 252

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

Shades of Blue Chalk #ECD5FC

Tints of Blue Chalk #ECD5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.39%

 BLUE value IS 252 (98.83% from 255) = 35.95%

R = 33.67%
G = 30.39%
B = 35.95%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD5FC (or 0xECD5FC) is known color: Blue Chalk. HEX triplet: EC, D5 and FC. RGB value is (236,213,252). Sum of RGB (Red+Green+Blue) = 236+213+252=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5FC is #132A03. Grayscale: #E0E0E0. Windows color (decimal): -1255940 or 16569836. OLE color: 16569836.

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

Color convert

RGB 236 213 252 -
CMYK 0.06 0.15 0 0.01
HSL 275.38º 0.87% 0.91% -
HSV(B) 275.38º 0.15% 0.99% -
XYZ 75.96 72.45 102.08 -
YUV 224.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 236 213 252 0.06 0.15 0 0.01 275.38 0.87 0.91
Hex EC D5 FC 6 F 0 1 113 57 5B
Octal 354 325 374 6 17 0 1 423 127 133
Binary 11101100 11010101 11111100 110 1111 0 1 100010011 1010111 1011011

Color Harmonies of #ECD5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5FC

Black with #ECD5FC

Text Example


Text Example

White with #ECD5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5FC; }

 p { color: rgb(236,213,252); }

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

background-color css

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

 a { background-color: rgb(236,213,252); }

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

border-color css

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

 span { border-color: rgb(236,213,252); }

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