#EFCBFD

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

Shades of Blue Chalk #EFCBFD

Tints of Blue Chalk #EFCBFD

Color information

#EFCBFD (or 0xEFCBFD) is unknown color: approx Blue Chalk. HEX triplet: EF, CB and FD. RGB value is (239,203,253). Sum of RGB (Red+Green+Blue) = 239+203+253=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFD is #103402. Grayscale: #DBDBDB. Windows color (decimal): -1061891 or 16632815. OLE color: 16632815.

HSL color Cylindrical-coordinate representation of color #EFCBFD: hue angle of 283.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCBFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239203253-
CMYK0.060.2000.01
HSL283.2º92.59%89.41%-
HSV(B)283.2º19.76%99.22%-
XYZ74.6868.15102.15-
YUV219.46146.93141.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 203 (79.69% from 255) = 29.21%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=34.39%
G=29.21%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392032530.060.2000.01283.292.5989.41
HexEFCBFD6140111b5d59
Octal35731337562401433135131
Binary111011111100101111111101110101000110001101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBFD; }

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

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

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

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

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

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

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

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