Html Css Color HEX #EDCAFE Blue Chalk

📋 copy color: '#EDCAFE'

red 237 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #EDCAFE

Tints of Blue Chalk #EDCAFE

RGB

 RED value IS 237 (92.97% from 255) = 34.2%

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

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

R = 34.2%
G = 29.15%
B = 36.65%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDCAFE (or 0xEDCAFE) is known color: Blue Chalk. HEX triplet: ED, CA and FE. RGB value is (237,202,254). Sum of RGB (Red+Green+Blue) = 237+202+254=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFE is #123501. Grayscale: #DADADA. Windows color (decimal): -1193218 or 16698093. OLE color: 16698093.

HSL color Cylindrical-coordinate representation of color #EDCAFE: hue angle of 280.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCAFE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 202 254 -
CMYK 0.07 0.20 0 0.00
HSL 280.38º 0.96% 0.89% -
HSV(B) 280.38º 0.2% 1% -
XYZ 73.93 67.4 102.88 -
YUV 218.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 237 202 254 0.07 0.20 0 0.00 280.38 0.96 0.89
Hex ED CA FE 7 14 0 0 118 60 59
Octal 355 312 376 7 24 0 0 430 140 131
Binary 11101101 11001010 11111110 111 10100 0 0 100011000 1100000 1011001

Color Harmonies of #EDCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAFE

Black with #EDCAFE

Text Example


Text Example

White with #EDCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAFE; }

 p { color: rgb(237,202,254); }

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

background-color css

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

 a { background-color: rgb(237,202,254); }

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

border-color css

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

 span { border-color: rgb(237,202,254); }

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