Html Css Color HEX #ECDAFE Blue Chalk

📋 copy color: '#ECDAFE'

red 236 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #ECDAFE

Tints of Blue Chalk #ECDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.88%

R = 33.33%
G = 30.79%
B = 35.88%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ECDAFE (or 0xECDAFE) is known color: Blue Chalk. HEX triplet: EC, DA and FE. RGB value is (236,218,254). Sum of RGB (Red+Green+Blue) = 236+218+254=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFE is #132501. Grayscale: #E3E3E3. Windows color (decimal): -1254658 or 16702188. OLE color: 16702188.

HSL color Cylindrical-coordinate representation of color #ECDAFE: hue angle of 270º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDAFE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 218 254 -
CMYK 0.07 0.14 0 0.00
HSL 270º 0.95% 0.93% -
HSV(B) 270º 0.14% 1% -
XYZ 77.55 75.13 104.18 -
YUV 227.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 236 218 254 0.07 0.14 0 0.00 270 0.95 0.93
Hex EC DA FE 7 E 0 0 10E 5F 5D
Octal 354 332 376 7 16 0 0 416 137 135
Binary 11101100 11011010 11111110 111 1110 0 0 100001110 1011111 1011101

Color Harmonies of #ECDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAFE

Black with #ECDAFE

Text Example


Text Example

White with #ECDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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