Html Css Color HEX #ECCAF5 Blue Chalk

📋 copy color: '#ECCAF5'

red 236 ◦ green 202 ◦ blue 245

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

Shades of Blue Chalk #ECCAF5

Tints of Blue Chalk #ECCAF5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.58%

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

R = 34.55%
G = 29.58%
B = 35.87%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ECCAF5 (or 0xECCAF5) is known color: Blue Chalk. HEX triplet: EC, CA and F5. RGB value is (236,202,245). Sum of RGB (Red+Green+Blue) = 236+202+245=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF5 is #13350A. Grayscale: #D8D8D8. Windows color (decimal): -1258763 or 16108268. OLE color: 16108268.

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

Color convert

RGB 236 202 245 -
CMYK 0.04 0.18 0 0.04
HSL 287.44º 0.68% 0.88% -
HSV(B) 287.44º 0.18% 0.96% -
XYZ 72.19 66.67 95.45 -
YUV 217.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 236 202 245 0.04 0.18 0 0.04 287.44 0.68 0.88
Hex EC CA F5 4 12 0 4 11F 44 58
Octal 354 312 365 4 22 0 4 437 104 130
Binary 11101100 11001010 11110101 100 10010 0 100 100011111 1000100 1011000

Color Harmonies of #ECCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAF5

Black with #ECCAF5

Text Example


Text Example

White with #ECCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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