Html Css Color HEX #ECD4FB Blue Chalk

📋 copy color: '#ECD4FB'

red 236 ◦ green 212 ◦ blue 251

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

Shades of Blue Chalk #ECD4FB

Tints of Blue Chalk #ECD4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.33%

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

R = 33.76%
G = 30.33%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECD4FB (or 0xECD4FB) is known color: Blue Chalk. HEX triplet: EC, D4 and FB. RGB value is (236,212,251). Sum of RGB (Red+Green+Blue) = 236+212+251=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECD4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4FB is #132B04. Grayscale: #DFDFDF. Windows color (decimal): -1256197 or 16504044. OLE color: 16504044.

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

Color convert

RGB 236 212 251 -
CMYK 0.06 0.16 0 0.02
HSL 276.92º 0.83% 0.91% -
HSV(B) 276.92º 0.16% 0.98% -
XYZ 75.55 71.88 101.16 -
YUV 223.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 236 212 251 0.06 0.16 0 0.02 276.92 0.83 0.91
Hex EC D4 FB 6 10 0 2 115 53 5B
Octal 354 324 373 6 20 0 2 425 123 133
Binary 11101100 11010100 11111011 110 10000 0 10 100010101 1010011 1011011

Color Harmonies of #ECD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4FB

Black with #ECD4FB

Text Example


Text Example

White with #ECD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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