Html Css Color HEX #EFCAFA Blue Chalk

📋 copy color: '#EFCAFA'

red 239 ◦ green 202 ◦ blue 250

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

Shades of Blue Chalk #EFCAFA

Tints of Blue Chalk #EFCAFA

RGB

 RED value IS 239 (93.75% from 255) = 34.59%

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

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

R = 34.59%
G = 29.23%
B = 36.18%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFCAFA (or 0xEFCAFA) is known color: Blue Chalk. HEX triplet: EF, CA and FA. RGB value is (239,202,250). Sum of RGB (Red+Green+Blue) = 239+202+250=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFA is #103505. Grayscale: #DADADA. Windows color (decimal): -1062150 or 16435951. OLE color: 16435951.

HSL color Cylindrical-coordinate representation of color #EFCAFA: hue angle of 286.25º 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 #EFCAFA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 202 250 -
CMYK 0.04 0.19 0 0.02
HSL 286.25º 0.83% 0.89% -
HSV(B) 286.25º 0.19% 0.98% -
XYZ 73.97 67.49 99.57 -
YUV 218.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 239 202 250 0.04 0.19 0 0.02 286.25 0.83 0.89
Hex EF CA FA 4 13 0 2 11E 53 59
Octal 357 312 372 4 23 0 2 436 123 131
Binary 11101111 11001010 11111010 100 10011 0 10 100011110 1010011 1011001

Color Harmonies of #EFCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAFA

Black with #EFCAFA

Text Example


Text Example

White with #EFCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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