#EFCAFF

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

Shades of Blue Chalk #EFCAFF

Tints of Blue Chalk #EFCAFF

Color information

#EFCAFF (or 0xEFCAFF) is unknown color: approx Blue Chalk. HEX triplet: EF, CA and FF. RGB value is (239,202,255). Sum of RGB (Red+Green+Blue) = 239+202+255=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFF is #103500. Grayscale: #DADADA. Windows color (decimal): -1062145 or 16763631. OLE color: 16763631.

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

Color convert

RGB239202255-
CMYK0.060.2100
HSL281.89º100%89.61%-
HSV(B)281.89º20.78%100%-
XYZ74.7767.81103.76-
YUV219.1148.26142.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 202 (79.30% from 255) = 29.02%
BLUE value IS 255 (100% from 255) = 36.64%
R=34.34%
G=29.02%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392022550.060.2100281.8910089.61
HexEFCAFF6150011a645a
Octal35731237762500432144132
Binary111011111100101011111111110101010010001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAFF; }

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

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

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

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

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

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

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

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