Html Css Color HEX #ECD8F9 Blue Chalk

📋 copy color: '#ECD8F9'

red 236 ◦ green 216 ◦ blue 249

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

Shades of Blue Chalk #ECD8F9

Tints of Blue Chalk #ECD8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.52%

R = 33.67%
G = 30.81%
B = 35.52%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD8F9 (or 0xECD8F9) is known color: Blue Chalk. HEX triplet: EC, D8 and F9. RGB value is (236,216,249). Sum of RGB (Red+Green+Blue) = 236+216+249=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECD8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F9 is #132706. Grayscale: #E1E1E1. Windows color (decimal): -1255175 or 16373996. OLE color: 16373996.

HSL color Cylindrical-coordinate representation of color #ECD8F9: hue angle of 276.36º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD8F9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 216 249 -
CMYK 0.05 0.13 0 0.02
HSL 276.36º 0.73% 0.91% -
HSV(B) 276.36º 0.13% 0.98% -
XYZ 76.25 73.78 99.85 -
YUV 225.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 236 216 249 0.05 0.13 0 0.02 276.36 0.73 0.91
Hex EC D8 F9 5 D 0 2 114 49 5B
Octal 354 330 371 5 15 0 2 424 111 133
Binary 11101100 11011000 11111001 101 1101 0 10 100010100 1001001 1011011

Color Harmonies of #ECD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8F9

Black with #ECD8F9

Text Example


Text Example

White with #ECD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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