Html Css Color HEX #EDCAFA Blue Chalk

📋 copy color: '#EDCAFA'

red 237 ◦ green 202 ◦ blue 250

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

Shades of Blue Chalk #EDCAFA

Tints of Blue Chalk #EDCAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.28%

R = 34.4%
G = 29.32%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDCAFA (or 0xEDCAFA) is known color: Blue Chalk. HEX triplet: ED, CA and FA. RGB value is (237,202,250). Sum of RGB (Red+Green+Blue) = 237+202+250=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFA is #123505. Grayscale: #D9D9D9. Windows color (decimal): -1193222 or 16435949. OLE color: 16435949.

HSL color Cylindrical-coordinate representation of color #EDCAFA: hue angle of 283.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCAFA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 202 250 -
CMYK 0.05 0.19 0 0.02
HSL 283.75º 0.83% 0.89% -
HSV(B) 283.75º 0.19% 0.98% -
XYZ 73.3 67.15 99.54 -
YUV 217.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 237 202 250 0.05 0.19 0 0.02 283.75 0.83 0.89
Hex ED CA FA 5 13 0 2 11C 53 59
Octal 355 312 372 5 23 0 2 434 123 131
Binary 11101101 11001010 11111010 101 10011 0 10 100011100 1010011 1011001

Color Harmonies of #EDCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAFA

Black with #EDCAFA

Text Example


Text Example

White with #EDCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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