Html Css Color HEX #ECDBFA Blue Chalk

📋 copy color: '#ECDBFA'

red 236 ◦ green 219 ◦ blue 250

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

Shades of Blue Chalk #ECDBFA

Tints of Blue Chalk #ECDBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.06%

 BLUE value IS 250 (98.05% from 255) = 35.46%

R = 33.48%
G = 31.06%
B = 35.46%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECDBFA (or 0xECDBFA) is known color: Blue Chalk. HEX triplet: EC, DB and FA. RGB value is (236,219,250). Sum of RGB (Red+Green+Blue) = 236+219+250=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECDBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFA is #132405. Grayscale: #E3E3E3. Windows color (decimal): -1254406 or 16440300. OLE color: 16440300.

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

Color convert

RGB 236 219 250 -
CMYK 0.06 0.12 0 0.02
HSL 272.9º 0.76% 0.92% -
HSV(B) 272.9º 0.12% 0.98% -
XYZ 77.18 75.4 100.93 -
YUV 227.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 236 219 250 0.06 0.12 0 0.02 272.9 0.76 0.92
Hex EC DB FA 6 C 0 2 111 4C 5C
Octal 354 333 372 6 14 0 2 421 114 134
Binary 11101100 11011011 11111010 110 1100 0 10 100010001 1001100 1011100

Color Harmonies of #ECDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBFA

Black with #ECDBFA

Text Example


Text Example

White with #ECDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBFA; }

 p { color: rgb(236,219,250); }

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

background-color css

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

 a { background-color: rgb(236,219,250); }

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

border-color css

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

 span { border-color: rgb(236,219,250); }

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