#EFCDF7

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

Shades of Blue Chalk #EFCDF7

Tints of Blue Chalk #EFCDF7

Color information

#EFCDF7 (or 0xEFCDF7) is unknown color: approx Blue Chalk. HEX triplet: EF, CD and F7. RGB value is (239,205,247). Sum of RGB (Red+Green+Blue) = 239+205+247=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF7 is #103208. Grayscale: #DBDBDB. Windows color (decimal): -1061385 or 16240111. OLE color: 16240111.

HSL color Cylindrical-coordinate representation of color #EFCDF7: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCDF7 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239205247-
CMYK0.030.1700.03
HSL288.57º72.41%88.63%-
HSV(B)288.57º17%96.86%-
XYZ74.2268.7397.35-
YUV219.95143.26141.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=34.59%
G=29.67%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392052470.030.1700.03288.5772.4188.63
HexEFCDF7311031214859
Octal35731536732103441110131
Binary111011111100110111110111111000101110010000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDF7; }

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

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

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

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

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

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

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

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