Html Css Color HEX #ECD8FD Blue Chalk

📋 copy color: '#ECD8FD'

red 236 ◦ green 216 ◦ blue 253

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

Shades of Blue Chalk #ECD8FD

Tints of Blue Chalk #ECD8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.64%

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

R = 33.48%
G = 30.64%
B = 35.89%

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

#ECD8FD (or 0xECD8FD) is known color: Blue Chalk. HEX triplet: EC, D8 and FD. RGB value is (236,216,253). Sum of RGB (Red+Green+Blue) = 236+216+253=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FD is #132702. Grayscale: #E2E2E2. Windows color (decimal): -1255171 or 16636140. OLE color: 16636140.

HSL color Cylindrical-coordinate representation of color #ECD8FD: hue angle of 272.43º degrees, saturation: 0.9, 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 #ECD8FD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 216 253 -
CMYK 0.07 0.15 0 0.01
HSL 272.43º 0.9% 0.92% -
HSV(B) 272.43º 0.15% 0.99% -
XYZ 76.88 74.04 103.17 -
YUV 226.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 236 216 253 0.07 0.15 0 0.01 272.43 0.9 0.92
Hex EC D8 FD 7 F 0 1 110 5A 5C
Octal 354 330 375 7 17 0 1 420 132 134
Binary 11101100 11011000 11111101 111 1111 0 1 100010000 1011010 1011100

Color Harmonies of #ECD8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8FD

Black with #ECD8FD

Text Example


Text Example

White with #ECD8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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