#EFCBF7

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

Shades of Blue Chalk #EFCBF7

Tints of Blue Chalk #EFCBF7

Color information

#EFCBF7 (or 0xEFCBF7) is unknown color: approx Blue Chalk. HEX triplet: EF, CB and F7. RGB value is (239,203,247). Sum of RGB (Red+Green+Blue) = 239+203+247=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBF7 is #103408. Grayscale: #DADADA. Windows color (decimal): -1061897 or 16239599. OLE color: 16239599.

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

Color convert

RGB239203247-
CMYK0.030.1800.03
HSL289.09º73.33%88.24%-
HSV(B)289.09º17.81%96.86%-
XYZ73.7467.7897.19-
YUV218.78143.93142.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=34.69%
G=29.46%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392032470.030.1800.03289.0973.3388.24
HexEFCBF7312031214958
Octal35731336732203441111130
Binary111011111100101111110111111001001110010000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBF7; }

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

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

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

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

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

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

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

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