Html Css Color HEX #ECD8F5 Blue Chalk

📋 copy color: '#ECD8F5'

red 236 ◦ green 216 ◦ blue 245

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

Shades of Blue Chalk #ECD8F5

Tints of Blue Chalk #ECD8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.15%

R = 33.86%
G = 30.99%
B = 35.15%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ECD8F5 (or 0xECD8F5) is known color: Blue Chalk. HEX triplet: EC, D8 and F5. RGB value is (236,216,245). Sum of RGB (Red+Green+Blue) = 236+216+245=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECD8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F5 is #13270A. Grayscale: #E1E1E1. Windows color (decimal): -1255179 or 16111852. OLE color: 16111852.

HSL color Cylindrical-coordinate representation of color #ECD8F5: hue angle of 281.38º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD8F5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 216 245 -
CMYK 0.04 0.12 0 0.04
HSL 281.38º 0.59% 0.9% -
HSV(B) 281.38º 0.12% 0.96% -
XYZ 75.63 73.54 96.59 -
YUV 225.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 236 216 245 0.04 0.12 0 0.04 281.38 0.59 0.9
Hex EC D8 F5 4 C 0 4 119 3B 5A
Octal 354 330 365 4 14 0 4 431 73 132
Binary 11101100 11011000 11110101 100 1100 0 100 100011001 111011 1011010

Color Harmonies of #ECD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8F5

Black with #ECD8F5

Text Example


Text Example

White with #ECD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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