Html Css Color HEX #ECDAF9 Blue Chalk

📋 copy color: '#ECDAF9'

red 236 ◦ green 218 ◦ blue 249

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

Shades of Blue Chalk #ECDAF9

Tints of Blue Chalk #ECDAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.42%

R = 33.57%
G = 31.01%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECDAF9 (or 0xECDAF9) is known color: Blue Chalk. HEX triplet: EC, DA and F9. RGB value is (236,218,249). Sum of RGB (Red+Green+Blue) = 236+218+249=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF9 is #132506. Grayscale: #E2E2E2. Windows color (decimal): -1254663 or 16374508. OLE color: 16374508.

HSL color Cylindrical-coordinate representation of color #ECDAF9: hue angle of 274.84º degrees, saturation: 0.72, 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 #ECDAF9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 218 249 -
CMYK 0.05 0.12 0 0.02
HSL 274.84º 0.72% 0.92% -
HSV(B) 274.84º 0.12% 0.98% -
XYZ 76.76 74.82 100.02 -
YUV 226.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 236 218 249 0.05 0.12 0 0.02 274.84 0.72 0.92
Hex EC DA F9 5 C 0 2 113 48 5C
Octal 354 332 371 5 14 0 2 423 110 134
Binary 11101100 11011010 11111001 101 1100 0 10 100010011 1001000 1011100

Color Harmonies of #ECDAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAF9

Black with #ECDAF9

Text Example


Text Example

White with #ECDAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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