Html Css Color HEX #ECD5FB Blue Chalk

📋 copy color: '#ECD5FB'

red 236 ◦ green 213 ◦ blue 251

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

Shades of Blue Chalk #ECD5FB

Tints of Blue Chalk #ECD5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 33.71%
G = 30.43%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD5FB (or 0xECD5FB) is known color: Blue Chalk. HEX triplet: EC, D5 and FB. RGB value is (236,213,251). Sum of RGB (Red+Green+Blue) = 236+213+251=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5FB is #132A04. Grayscale: #E0E0E0. Windows color (decimal): -1255941 or 16504300. OLE color: 16504300.

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

Color convert

RGB 236 213 251 -
CMYK 0.06 0.15 0 0.02
HSL 276.32º 0.83% 0.91% -
HSV(B) 276.32º 0.15% 0.98% -
XYZ 75.8 72.39 101.24 -
YUV 224.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 236 213 251 0.06 0.15 0 0.02 276.32 0.83 0.91
Hex EC D5 FB 6 F 0 2 114 53 5B
Octal 354 325 373 6 17 0 2 424 123 133
Binary 11101100 11010101 11111011 110 1111 0 10 100010100 1010011 1011011

Color Harmonies of #ECD5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5FB

Black with #ECD5FB

Text Example


Text Example

White with #ECD5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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