#EFCAFD

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

Shades of Blue Chalk #EFCAFD

Tints of Blue Chalk #EFCAFD

Color information

#EFCAFD (or 0xEFCAFD) is unknown color: approx Blue Chalk. HEX triplet: EF, CA and FD. RGB value is (239,202,253). Sum of RGB (Red+Green+Blue) = 239+202+253=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFD is #103502. Grayscale: #DADADA. Windows color (decimal): -1062147 or 16632559. OLE color: 16632559.

HSL color Cylindrical-coordinate representation of color #EFCAFD: hue angle of 283.53º 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 #EFCAFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239202253-
CMYK0.060.2000.01
HSL283.53º92.73%89.22%-
HSV(B)283.53º20.16%99.22%-
XYZ74.4567.68102.07-
YUV218.88147.26142.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=34.44%
G=29.11%
B=36.46%

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
Decimal2392022530.060.2000.01283.5392.7389.22
HexEFCAFD6140111c5d59
Octal35731237562401434135131
Binary111011111100101011111101110101000110001110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAFD; }

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

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

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

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

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

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

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

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