Html Css Color HEX #ECD6FD Blue Chalk

📋 copy color: '#ECD6FD'

red 236 ◦ green 214 ◦ blue 253

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

Shades of Blue Chalk #ECD6FD

Tints of Blue Chalk #ECD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.44%

 BLUE value IS 253 (99.22% from 255) = 35.99%

R = 33.57%
G = 30.44%
B = 35.99%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD6FD (or 0xECD6FD) is known color: Blue Chalk. HEX triplet: EC, D6 and FD. RGB value is (236,214,253). Sum of RGB (Red+Green+Blue) = 236+214+253=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FD is #132902. Grayscale: #E0E0E0. Windows color (decimal): -1255683 or 16635628. OLE color: 16635628.

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

Color convert

RGB 236 214 253 -
CMYK 0.07 0.15 0 0.01
HSL 273.85º 0.91% 0.92% -
HSV(B) 273.85º 0.15% 0.99% -
XYZ 76.37 73.02 103 -
YUV 225.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 236 214 253 0.07 0.15 0 0.01 273.85 0.91 0.92
Hex EC D6 FD 7 F 0 1 112 5B 5C
Octal 354 326 375 7 17 0 1 422 133 134
Binary 11101100 11010110 11111101 111 1111 0 1 100010010 1011011 1011100

Color Harmonies of #ECD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6FD

Black with #ECD6FD

Text Example


Text Example

White with #ECD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6FD; }

 p { color: rgb(236,214,253); }

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

background-color css

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

 a { background-color: rgb(236,214,253); }

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

border-color css

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

 span { border-color: rgb(236,214,253); }

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