Html Css Color HEX #ECDAFD Blue Chalk

📋 copy color: '#ECDAFD'

red 236 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #ECDAFD

Tints of Blue Chalk #ECDAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.79%

R = 33.38%
G = 30.83%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECDAFD (or 0xECDAFD) is known color: Blue Chalk. HEX triplet: EC, DA and FD. RGB value is (236,218,253). Sum of RGB (Red+Green+Blue) = 236+218+253=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFD is #132502. Grayscale: #E3E3E3. Windows color (decimal): -1254659 or 16636652. OLE color: 16636652.

HSL color Cylindrical-coordinate representation of color #ECDAFD: hue angle of 270.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDAFD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 218 253 -
CMYK 0.07 0.14 0 0.01
HSL 270.86º 0.9% 0.92% -
HSV(B) 270.86º 0.14% 0.99% -
XYZ 77.39 75.07 103.34 -
YUV 227.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 236 218 253 0.07 0.14 0 0.01 270.86 0.9 0.92
Hex EC DA FD 7 E 0 1 10F 5A 5C
Octal 354 332 375 7 16 0 1 417 132 134
Binary 11101100 11011010 11111101 111 1110 0 1 100001111 1011010 1011100

Color Harmonies of #ECDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAFD

Black with #ECDAFD

Text Example


Text Example

White with #ECDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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