Html Css Color HEX #ECDAF7 Blue Chalk

📋 copy color: '#ECDAF7'

red 236 ◦ green 218 ◦ blue 247

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

Shades of Blue Chalk #ECDAF7

Tints of Blue Chalk #ECDAF7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

 BLUE value IS 247 (96.88% from 255) = 35.24%

R = 33.67%
G = 31.1%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ECDAF7 (or 0xECDAF7) is known color: Blue Chalk. HEX triplet: EC, DA and F7. RGB value is (236,218,247). Sum of RGB (Red+Green+Blue) = 236+218+247=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF7 is #132508. Grayscale: #E2E2E2. Windows color (decimal): -1254665 or 16243436. OLE color: 16243436.

HSL color Cylindrical-coordinate representation of color #ECDAF7: hue angle of 277.24º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDAF7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 218 247 -
CMYK 0.04 0.12 0 0.03
HSL 277.24º 0.64% 0.91% -
HSV(B) 277.24º 0.12% 0.97% -
XYZ 76.45 74.69 98.38 -
YUV 226.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 236 218 247 0.04 0.12 0 0.03 277.24 0.64 0.91
Hex EC DA F7 4 C 0 3 115 40 5B
Octal 354 332 367 4 14 0 3 425 100 133
Binary 11101100 11011010 11110111 100 1100 0 11 100010101 1000000 1011011

Color Harmonies of #ECDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAF7

Black with #ECDAF7

Text Example


Text Example

White with #ECDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAF7; }

 p { color: rgb(236,218,247); }

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

background-color css

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

 a { background-color: rgb(236,218,247); }

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

border-color css

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

 span { border-color: rgb(236,218,247); }

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