Html Css Color HEX #EFCEFA Blue Chalk

📋 copy color: '#EFCEFA'

red 239 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #EFCEFA

Tints of Blue Chalk #EFCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.64%

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

R = 34.39%
G = 29.64%
B = 35.97%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFCEFA (or 0xEFCEFA) is known color: Blue Chalk. HEX triplet: EF, CE and FA. RGB value is (239,206,250). Sum of RGB (Red+Green+Blue) = 239+206+250=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFA is #103105. Grayscale: #DCDCDC. Windows color (decimal): -1061126 or 16436975. OLE color: 16436975.

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

Color convert

RGB 239 206 250 -
CMYK 0.04 0.18 0 0.02
HSL 285º 0.81% 0.89% -
HSV(B) 285º 0.18% 0.98% -
XYZ 74.92 69.4 99.89 -
YUV 220.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 239 206 250 0.04 0.18 0 0.02 285 0.81 0.89
Hex EF CE FA 4 12 0 2 11D 51 59
Octal 357 316 372 4 22 0 2 435 121 131
Binary 11101111 11001110 11111010 100 10010 0 10 100011101 1010001 1011001

Color Harmonies of #EFCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEFA

Black with #EFCEFA

Text Example


Text Example

White with #EFCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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