#EFCDFE

Color #EFCDFE Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EFCDFE

Tints of Blue Chalk #EFCDFE

Color information

#EFCDFE (or 0xEFCDFE) is unknown color: approx Blue Chalk. HEX triplet: EF, CD and FE. RGB value is (239,205,254). Sum of RGB (Red+Green+Blue) = 239+205+254=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDFE is #103201. Grayscale: #DCDCDC. Windows color (decimal): -1061378 or 16698863. OLE color: 16698863.

HSL color Cylindrical-coordinate representation of color #EFCDFE: hue angle of 281.63º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCDFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239205254-
CMYK0.060.1900.00
HSL281.63º96.08%90%-
HSV(B)281.63º19.29%99.61%-
XYZ75.3269.17103.15-
YUV220.75146.76141.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=34.24%
G=29.37%
B=36.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392052540.060.1900.00281.6396.0890
HexEFCDFE6130011a605a
Octal35731537662300432140132
Binary111011111100110111111110110100110010001101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDFE; }

 p { color: rgb(239,205,254); }

 H1.HeaderClassName
 {
   color: #EFCDFE;
 }
 .AnyTagClassName
 {
   color: #EFCDFE;
 }
</style>
background-color css

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

 a { background-color: rgb(239,205,254); }

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

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

 span { border-color: rgb(239,205,254); }

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